- getAllowInvalidURL() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
This flag is used to allow Stub generation even if WSDLExtension endpoint URL is not a valid URL.
It's the responsibility of the user to update the endpoint value before using generated classes
default=false
- getAllowInvalidURL() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
This flag is used to allow Stub generation even if WSDLExtension endpoint URL is not a valid URL.
It's the responsibility of the user to update the endpoint value before using generated classes
default=false
- getAllowInvalidURLProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for allowInvalidURL property.
- getAllPorts() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Generate code for all ports.
- getAllPorts() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Generate code for all ports.
- getAllPortsProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for allPorts property.
- getArgs() - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
Additional arguments for WSDL code configuration.
- getArgs() - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
Additional parameters for WSDL Command Line Client.
- getArgumentsProvider() - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
Provider for additional arguments.
- getAsync() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Generate code only for async style. When this option is used the generated
stubs will have only the asynchronous invocation methods. Switched off by default.
- getAsync() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Generate code only for async style. When this option is used the generated
stubs will have only the asynchronous invocation methods.
- getAsyncProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for async property.
- getAxis1() - Method in class com.intershop.gradle.wsdl.extension.WSDLExtension
-
Container for axis1 generation configurations.
- getAxis2() - Method in class com.intershop.gradle.wsdl.extension.WSDLExtension
-
Container for axis2 generation configurations.
- getBackwordCompatible() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Generate Axis 1.x backword compatible code.
- getBackwordCompatible() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Generate Axis 1.x backword compatible code.
- getBackwordCompatibleProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for backwordCompatible property.
- getBinding() - Method in enum com.intershop.gradle.wsdl.utils.Databinding
-
- getDatabindingMethod() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Specifies the Databinding framework.
Valid values are
- getDatabindingMethod() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Specifies the Databinding framework.
Valid values are
- getDatabindingMethodProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for databindingMethod property.
- getDeployScope() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Add scope to deploy.wsdd:
- getDeployScope() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Add scope to deploy.wsdd:
- getDeployScopeProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for deployScope property.
- getFactory() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Used to extend the functionality of the WSDL2Java emitter.
The argument is the name of a class which extends JavaWriterFactory.
- getFactory() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Used to extend the functionality of the WSDL2Java emitter.
The argument is the name of a class which extends JavaWriterFactory.
- getFactoryProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for factory property.
- getFlattenFiles() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Flattens the generated files.
- getFlattenFiles() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Flattens the generated files if the value of the property is true.
- getFlattenFilesProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for flattenFiles property.
- getGenerateAllClasses() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Generate code for all elements, even unreferenced ones. By default,
WSDL2Java only generates code for those elements in the WSDLExtension file that are referenced.
- getGenerateAllClasses() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Generates all the classes. This option is valid only if serverSide otpion is true. If the value is true,
the client code (stubs) will also be generated along with the skeleton.
- getGenerateAllClasses() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Generate code for all elements, even unreferenced ones. By default,
WSDL2Java only generates code for those elements in the WSDLExtension file that are referenced.
- getGenerateAllClasses() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Generates all the classes. This option is valid only if serverSide otpion is true. If the value is true,
the client code (stubs) will also be generated along with the skeleton.
- getGenerateAllClassesProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for generateAllClasses property.
- getGenerateAllClassesProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for generateAllClasses property.
- getGenerateTestcase() - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
Generate a client-side JUnit test case. This test case can stand on its own, but it doesn't
really do anything except pass default values (null for objects, 0 or false for primitive types).
Like the generated implementation file, the generated test case file could be considered a template
that you may fill in.
- getGenerateTestcase() - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
Generate a client-side JUnit test case. This test case can stand on its own, but it doesn't
really do anything except pass default values (null for objects, 0 or false for primitive types).
Like the generated implementation file, the generated test case file could be considered a template
that you may fill in.
- getGenerateTestcaseProvider() - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
Provider for generateTestcase.
- getHelperGen() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Emits separate Helper classes for meta data.
- getHelperGen() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Emits separate Helper classes for meta data.
- getHelperGenProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for helperGen property.
- getImplementationClassName() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Set the name of the implementation class. Especially useful when exporting an existing class as
a web service using java2wsdl followed by wsdl2java. If you are using the skeleton deploy option
you must make sure, after generation, that your implementation class implements the port type name
interface generated by wsdl2java. You should also make sure that all your exported methods throws
java.lang.RemoteException.
- getImplementationClassName() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Set the name of the implementation class. Especially useful when exporting an existing class as
a web service using java2wsdl followed by wsdl2java. If you are using the skeleton deploy option
you must make sure, after generation, that your implementation class implements the port type name
interface generated by wsdl2java. You should also make sure that all your exported methods throws
java.lang.RemoteException.
- getImplementationClassNameProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for implementationClassName property.
- getInternalForkOptionsAction() - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
Java fork options for the Java task.
- getName() - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
- getName() - Method in class com.intershop.gradle.wsdl.extension.data.NamespacePackageMapping
-
Default methode for named objects.
- getName() - Method in class com.intershop.gradle.wsdl.extension.data.WSDLProperty
-
Default methode for named objects.
- getNamespace() - Method in class com.intershop.gradle.wsdl.extension.data.NamespacePackageMapping
-
Name space configuration.
- getNamespacePackageMappingFile() - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
If there are a number of namespaces in the WSDLExtension document, listing a mapping for them all could
become tedious. To help keep the command line terse, WSDL2Java will also look for mappings in
a properties file. By default, this file is named "NStoPkg.properties" and it must reside in
the default package (ie., no package). But you can explicitly provide your own file using this option.
- getNamespacePackageMappingFile() - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
If there are a number of namespaces in the WSDLExtension document, listing a mapping for them all could
become tedious. To help keep the command line terse, WSDL2Java will also look for mappings in
a properties file. By default, this file is named "NStoPkg.properties" and it must reside in
the default package (ie., no package). But you can explicitly provide your own file using this option.
- getNamespacePackageMappingFileProvider() - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
Provider for namespacePackageMappingFile.
- getNamespacePackageMappingList() - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
By default, package names are generated from the namespace strings in the WSDLExtension document in a
magical manner (typically, if the namespace is of the form "http://x.y.com" or "urn:x.y.com"
the corresponding package will be "com.y.x"). If this magic is not what you want, you can provide your
own mapping using the this maps argument. For example, if there is a namespace in the WSDLExtension document
called "urn:AddressFetcher2", and you want files generated from the objects within this namespace
to reside in the package samples.addr, you would provide the following option:
- getNamespacePackageMappings() - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
List of namespace mappings.
- getNamespacePackageMappingsContainer() - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
- getNoImports() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Only generate code for the WSDLExtension document that appears on the command line if this
value is true. The default behaviour is to generate files for all WSDLExtension documents,
the immediate one and all imported ones.
- getNoImports() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Only generate code for the WSDLExtension document that appears on the command line
if this value is true. The default behaviour is to generate files for all WSDLExtension
documents, the immediate one and all imported ones.
- getNoImportsProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for noImports property.
- getNoMessageReceiver() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Don't generate a MessageReceiver in the generated sources.
- getNoMessageReceiver() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Don't generate a MessageReceiver in the generated sources.
- getNoMessageReceiverProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for noMessageReceiver property.
- getNoWrapped() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
If this value is true, it turns off the special treatment of what is called "wrapped" document/literal
style operations. By default, WSDL2Java will recognize the following conditions:
- getNoWrapped() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
If this value is true, it turns off the special treatment of what is called "wrapped" document/literal
style operations. By default, WSDL2Java will recognize the following conditions:
- getNoWrappedProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for noWrapped property.
- getNsExclude() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Namescape to specifically include in the generated code (defaults to
all namespaces unless specifically excluded with the -x option).
- getNsExclude() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
namespace to specifically exclude from the generated code (defaults to
none excluded until first namespace included with -i option).
- getNsExcludeProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for nsExclude property.
- getNsInclude() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Namespace to specifically exclude from the generated code (defaults to
none excluded until first namespace included with -i option).
- getNsInclude() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
namescape to specifically include in the generated code (defaults to
all namespaces unless specifically excluded with the -x option).
- getNsIncludeProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for nsInclude property.
- getOutputDir() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Output directory for the generated code.
- getOutputDir() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Output directory for the generated code.
- getOutputDir() - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
Output directory for generated sources.
- getOutputDirProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for outputDir property.
- getOutputDirProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for outputDir property.
- getPackageName() - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
This is a shorthand option to map all namespaces in a WSDLExtension document to the same
Java package name. This can be useful, but dangerous. You must make sure that you
understand the effects of doing this. For instance there may be multiple types
with the same name in different namespaces.
Only for Axis1: It is an error to use the --NStoPkg switch and --package at the same time.
- getPackageName() - Method in class com.intershop.gradle.wsdl.extension.data.NamespacePackageMapping
-
Package name configuration.
- getPackageName() - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
This is a shorthand option to map all namespaces in a WSDLExtension document to the same
Java package name. This can be useful, but dangerous. You must make sure that you
understand the effects of doing this. For instance there may be multiple types
with the same name in different namespaces.
Only for Axis1: It is an error to use the --NStoPkg switch and --package at the same time.
- getPackageNameProvider() - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
Provider for packageName.
- getPassword() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
This password is used in resolving the WSDLExtension-URI provided as the input to WSDL2Java.
If the URI contains a password, this will override the command line switch.
- getPassword() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
This password is used in resolving the WSDLExtension-URI provided as the input to WSDL2Java.
If the URI contains a password, this will override the command line switch.
- getPasswordProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for password property.
- getPortName() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Specifies the port name to be code generated. If the port name is not specified,
then the first port (of the selected service) will be picked.
- getPortName() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Specifies the port name to be code generated. If the port name is not specified,
then the first port (of the selected service) will be picked.
- getPortNameProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for portName property.
- getProject() - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
- getScope() - Method in enum com.intershop.gradle.wsdl.utils.DeployScope
-
- getServerSide() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Emit the server-side bindings for the web service.
- getServerSide() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Generates server side code (i.e. skeletons). Default is false.
- getServerSide() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Emit the server-side bindings for the web service:
- getServerSide() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Generates server side code (i.e. skeletons).
- getServersideInterface() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Generate an interface for the service skeleton.
- getServersideInterface() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Generate an interface for the service skeleton.
- getServersideInterfaceProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for serversideInterface property.
- getServerSideProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for serverSide property.
- getServerSideProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for serverSide property.
- getServiceDescription() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Generates the service descriptor (i.e. server.xml). Default is false.
Only valid if serverSide is true, the server side code generation option.
- getServiceDescription() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Generates the service descriptor (i.e. server.xml). Default is false.
Only valid if serverSide is true, the server side code generation option.
- getServiceDescriptionProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for serviceDescription property.
- getServiceName() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Specifies the service name to be code generated. If the service name is not specified,
then the first service will be picked.
- getServiceName() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Specifies the service name to be code generated. If the service name is not specified,
then the first service will be picked.
- getServiceNameProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for serviceName property.
- getSkeletonDeploy() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Deploy either the skeleton (true) or the implementation (false) in deploy.wsdd. In other words, for "true"
the service clause in the deploy.wsdd file will look something like:
- getSkeletonDeploy() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Deploy either the skeleton (true) or the implementation (false) in deploy.wsdd. In other words, for "true"
the service clause in the deploy.wsdd file will look something like:
- getSkeletonDeployProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for skeletonDeploy property.
- getSourceSetName() - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
SourceSet name for Java files.
- getSourceSetNameProvider() - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
Provider for source set name property.
- getSuppressPrefixes() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Suppress namespace prefixes (Optimzation that reduces size of soap request/response).
- getSuppressPrefixes() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Suppress namespace prefixes (Optimzation that reduces size of soap request/response).
- getSuppressPrefixesProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for suppressPrefixes property.
- getSync() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Generate code only for sync style . When this option is used the generated stubs
will have only the synchronous invocation methods. Switched off by default.
When async is set to true, this takes precedence.
- getSync() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Generate code only for sync style . When this option is used the generated stubs
will have only the synchronous invocation methods.
When async is set to true, this takes precedence.
- getSyncProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for sync property.
- getTaskName() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Calculate the task name for the task.
- getTaskName() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Calculate the task name for the task.
- getTimeout() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Timeout in seconds. The default is 240.
Use -1 to disable the timeout.
- getTimeoutConf() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Timeout in seconds. The default is 240.
Use -1 to disable the timeout.
- getTimeoutProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for timeout property.
- getTypeMappingVersion() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Indicate 1.1 or 1.2. The default is 1.2 (SOAP 1.2 JAX-RPC compliant).
- getTypeMappingVersion() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Indicate 1.1 or 1.2. The default is 1.2 (SOAP 1.2 JAX-RPC compliant).
- getTypeMappingVersionProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for typeMappingVersion property.
- getUnpackClasses() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Unpack classes. This option specifies whether to unpack the classes and
generate separate classes for the databinders.
- getUnpackClasses() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Unpack classes. This option specifies whether to unpack the classes and
generate separate classes for the databinders.
- getUnpackClassesProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for unpackClasses property.
- getUnwrapParams() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Switch on un-wrapping, if this value is true.
- getUnwrapParams() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Switch on un-wrapping, if this value is true.
- getUnwrapParamsProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for unwrapParams property.
- getUserName() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
This username is used in resolving the WSDLExtension-URI provided as the input to WSDL2Java.
If the URI contains a username, this will override the command line switch. An example
of a URL with a username and password is: http://user:password@hostname:port/path/to/service?WSDL
- getUserName() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
This username is used in resolving the WSDLExtension-URI provided as the input to WSDL2Java.
If the URI contains a username, this will override the command line switch. An example
of a URL with a username and password is: http://user:password@hostname:port/path/to/service?WSDL
- getUserNameProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for userName property.
- getValue($receiver, receiver, property) - Static method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfigKt
-
Add a get function to a String property.
- getValue($receiver, receiver, property) - Static method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfigKt
-
Add a get function to a File property.
- getValue() - Method in class com.intershop.gradle.wsdl.extension.data.WSDLProperty
-
Value of the configured property.
- getValue($this, thisRef, property) - Static method in class com.intershop.gradle.wsdl.utils.Property.DefaultImpls
-
A property has a get value method.
- getValue(thisRef, property) - Method in interface com.intershop.gradle.wsdl.utils.Property
-
A property has a get value method.
- getWrapArrays() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
When processing a schema like this:
- getWrapArrays() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
When processing a schema like this:
- getWrapArraysProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Provider for wrapArrays property.
- getWsdlFile() - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
WSDLExtension file for processing.
- getWsdlFile() - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
Input wsdl file.
- getWsdlFileProvider() - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
Provider for wsdlFile property.
- getWsdlProperties() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
- getWsdlPropertiesContainer() - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
- getWsdlPropertiesList() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Names and values of a properties for use by the custom GeneratorFactory.
- getWsdlVersion() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
WSDLExtension Version. Valid Options : 2, 2.0, 1.1
- getWsdlVersion() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
WSDLExtension Version. Valid Options : 2, 2.0, 1.1
- getWsdlVersionProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for wsdlVersion property.
- getXsdconfig() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Use XMLBeans .xsdconfig file if this value is true.
This is only valid if databindingMethod is 'xmlbeans'.
- getXsdconfig() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Use XMLBeans .xsdconfig file if this value is true.
This is only valid if databindingMethod is 'xmlbeans'.
- getXsdconfigProvider() - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Provider for xsdconfig property.
- setAllowInvalidURL(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
This flag is used to allow Stub generation even if WSDLExtension endpoint URL is not a valid URL.
It's the responsibility of the user to update the endpoint value before using generated classes
default=false
- setAllowInvalidURL(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
This flag is used to allow Stub generation even if WSDLExtension endpoint URL is not a valid URL.
It's the responsibility of the user to update the endpoint value before using generated classes
default=false
- setAllPorts(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Generate code for all ports.
- setAllPorts(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Generate code for all ports.
- setArgs(value) - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
Additional arguments for WSDL code configuration.
- setArgs(value) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
Additional parameters for WSDL Command Line Client.
- setAsync(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Generate code only for async style. When this option is used the generated
stubs will have only the asynchronous invocation methods. Switched off by default.
- setAsync(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Generate code only for async style. When this option is used the generated
stubs will have only the asynchronous invocation methods.
- setBackwordCompatible(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Generate Axis 1.x backword compatible code.
- setBackwordCompatible(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Generate Axis 1.x backword compatible code.
- setDatabindingMethod(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Specifies the Databinding framework.
Valid values are
- setDatabindingMethod(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Specifies the Databinding framework.
Valid values are
- setDeployScope(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Add scope to deploy.wsdd:
- setDeployScope(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Add scope to deploy.wsdd:
- setFactory(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Used to extend the functionality of the WSDL2Java emitter.
The argument is the name of a class which extends JavaWriterFactory.
- setFactory(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Used to extend the functionality of the WSDL2Java emitter.
The argument is the name of a class which extends JavaWriterFactory.
- setFlattenFiles(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Flattens the generated files.
- setFlattenFiles(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Flattens the generated files if the value of the property is true.
- setGenerateAllClasses(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Generate code for all elements, even unreferenced ones. By default,
WSDL2Java only generates code for those elements in the WSDLExtension file that are referenced.
- setGenerateAllClasses(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Generates all the classes. This option is valid only if serverSide otpion is true. If the value is true,
the client code (stubs) will also be generated along with the skeleton.
- setGenerateAllClasses(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Generate code for all elements, even unreferenced ones. By default,
WSDL2Java only generates code for those elements in the WSDLExtension file that are referenced.
- setGenerateAllClasses(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Generates all the classes. This option is valid only if serverSide otpion is true. If the value is true,
the client code (stubs) will also be generated along with the skeleton.
- setGenerateTestcase(p) - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
Generate a client-side JUnit test case. This test case can stand on its own, but it doesn't
really do anything except pass default values (null for objects, 0 or false for primitive types).
Like the generated implementation file, the generated test case file could be considered a template
that you may fill in.
- setGenerateTestcase(value) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
Generate a client-side JUnit test case. This test case can stand on its own, but it doesn't
really do anything except pass default values (null for objects, 0 or false for primitive types).
Like the generated implementation file, the generated test case file could be considered a template
that you may fill in.
- setHelperGen(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Emits separate Helper classes for meta data.
- setHelperGen(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Emits separate Helper classes for meta data.
- setImplementationClassName(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Set the name of the implementation class. Especially useful when exporting an existing class as
a web service using java2wsdl followed by wsdl2java. If you are using the skeleton deploy option
you must make sure, after generation, that your implementation class implements the port type name
interface generated by wsdl2java. You should also make sure that all your exported methods throws
java.lang.RemoteException.
- setImplementationClassName(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Set the name of the implementation class. Especially useful when exporting an existing class as
a web service using java2wsdl followed by wsdl2java. If you are using the skeleton deploy option
you must make sure, after generation, that your implementation class implements the port type name
interface generated by wsdl2java. You should also make sure that all your exported methods throws
java.lang.RemoteException.
- setInternalForkOptionsAction(p) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
Java fork options for the Java task.
- setNamespace(p) - Method in class com.intershop.gradle.wsdl.extension.data.NamespacePackageMapping
-
Name space configuration.
- setNamespacePackageMappingFile(p) - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
If there are a number of namespaces in the WSDLExtension document, listing a mapping for them all could
become tedious. To help keep the command line terse, WSDL2Java will also look for mappings in
a properties file. By default, this file is named "NStoPkg.properties" and it must reside in
the default package (ie., no package). But you can explicitly provide your own file using this option.
- setNamespacePackageMappingFile(value) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
If there are a number of namespaces in the WSDLExtension document, listing a mapping for them all could
become tedious. To help keep the command line terse, WSDL2Java will also look for mappings in
a properties file. By default, this file is named "NStoPkg.properties" and it must reside in
the default package (ie., no package). But you can explicitly provide your own file using this option.
- setNamespacePackageMappings(p) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
List of namespace mappings.
- setNoImports(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Only generate code for the WSDLExtension document that appears on the command line if this
value is true. The default behaviour is to generate files for all WSDLExtension documents,
the immediate one and all imported ones.
- setNoImports(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Only generate code for the WSDLExtension document that appears on the command line
if this value is true. The default behaviour is to generate files for all WSDLExtension
documents, the immediate one and all imported ones.
- setNoMessageReceiver(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Don't generate a MessageReceiver in the generated sources.
- setNoMessageReceiver(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Don't generate a MessageReceiver in the generated sources.
- setNoWrapped(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
If this value is true, it turns off the special treatment of what is called "wrapped" document/literal
style operations. By default, WSDL2Java will recognize the following conditions:
- setNoWrapped(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
If this value is true, it turns off the special treatment of what is called "wrapped" document/literal
style operations. By default, WSDL2Java will recognize the following conditions:
- setNsExclude(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Namescape to specifically include in the generated code (defaults to
all namespaces unless specifically excluded with the -x option).
- setNsExclude(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
namespace to specifically exclude from the generated code (defaults to
none excluded until first namespace included with -i option).
- setNsInclude(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Namespace to specifically exclude from the generated code (defaults to
none excluded until first namespace included with -i option).
- setNsInclude(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
namescape to specifically include in the generated code (defaults to
all namespaces unless specifically excluded with the -x option).
- setOutputDir(value) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Output directory for the generated code.
- setOutputDir(value) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Output directory for the generated code.
- setOutputDir(value) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
Output directory for generated sources.
- setPackageName(p) - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
This is a shorthand option to map all namespaces in a WSDLExtension document to the same
Java package name. This can be useful, but dangerous. You must make sure that you
understand the effects of doing this. For instance there may be multiple types
with the same name in different namespaces.
Only for Axis1: It is an error to use the --NStoPkg switch and --package at the same time.
- setPackageName(p) - Method in class com.intershop.gradle.wsdl.extension.data.NamespacePackageMapping
-
Package name configuration.
- setPackageName(value) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
This is a shorthand option to map all namespaces in a WSDLExtension document to the same
Java package name. This can be useful, but dangerous. You must make sure that you
understand the effects of doing this. For instance there may be multiple types
with the same name in different namespaces.
Only for Axis1: It is an error to use the --NStoPkg switch and --package at the same time.
- setPassword(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
This password is used in resolving the WSDLExtension-URI provided as the input to WSDL2Java.
If the URI contains a password, this will override the command line switch.
- setPassword(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
This password is used in resolving the WSDLExtension-URI provided as the input to WSDL2Java.
If the URI contains a password, this will override the command line switch.
- setPortName(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Specifies the port name to be code generated. If the port name is not specified,
then the first port (of the selected service) will be picked.
- setPortName(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Specifies the port name to be code generated. If the port name is not specified,
then the first port (of the selected service) will be picked.
- setServerSide(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Emit the server-side bindings for the web service.
- setServerSide(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Generates server side code (i.e. skeletons). Default is false.
- setServerSide(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Emit the server-side bindings for the web service:
- setServerSide(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Generates server side code (i.e. skeletons).
- setServersideInterface(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Generate an interface for the service skeleton.
- setServersideInterface(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Generate an interface for the service skeleton.
- setServiceDescription(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Generates the service descriptor (i.e. server.xml). Default is false.
Only valid if serverSide is true, the server side code generation option.
- setServiceDescription(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Generates the service descriptor (i.e. server.xml). Default is false.
Only valid if serverSide is true, the server side code generation option.
- setServiceName(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Specifies the service name to be code generated. If the service name is not specified,
then the first service will be picked.
- setServiceName(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Specifies the service name to be code generated. If the service name is not specified,
then the first service will be picked.
- setSkeletonDeploy(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Deploy either the skeleton (true) or the implementation (false) in deploy.wsdd. In other words, for "true"
the service clause in the deploy.wsdd file will look something like:
- setSkeletonDeploy(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Deploy either the skeleton (true) or the implementation (false) in deploy.wsdd. In other words, for "true"
the service clause in the deploy.wsdd file will look something like:
- setSourceSetName(p) - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
SourceSet name for Java files.
- setSuppressPrefixes(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Suppress namespace prefixes (Optimzation that reduces size of soap request/response).
- setSuppressPrefixes(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Suppress namespace prefixes (Optimzation that reduces size of soap request/response).
- setSync(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Generate code only for sync style . When this option is used the generated stubs
will have only the synchronous invocation methods. Switched off by default.
When async is set to true, this takes precedence.
- setSync(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Generate code only for sync style . When this option is used the generated stubs
will have only the synchronous invocation methods.
When async is set to true, this takes precedence.
- setTimeout(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Timeout in seconds. The default is 240.
Use -1 to disable the timeout.
- setTimeoutConf(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Timeout in seconds. The default is 240.
Use -1 to disable the timeout.
- setTypeMappingVersion(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
Indicate 1.1 or 1.2. The default is 1.2 (SOAP 1.2 JAX-RPC compliant).
- setTypeMappingVersion(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
Indicate 1.1 or 1.2. The default is 1.2 (SOAP 1.2 JAX-RPC compliant).
- setUnpackClasses(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Unpack classes. This option specifies whether to unpack the classes and
generate separate classes for the databinders.
- setUnpackClasses(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Unpack classes. This option specifies whether to unpack the classes and
generate separate classes for the databinders.
- setUnwrapParams(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Switch on un-wrapping, if this value is true.
- setUnwrapParams(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Switch on un-wrapping, if this value is true.
- setUserName(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
This username is used in resolving the WSDLExtension-URI provided as the input to WSDL2Java.
If the URI contains a username, this will override the command line switch. An example
of a URL with a username and password is: http://user:password@hostname:port/path/to/service?WSDL
- setUserName(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
This username is used in resolving the WSDLExtension-URI provided as the input to WSDL2Java.
If the URI contains a username, this will override the command line switch. An example
of a URL with a username and password is: http://user:password@hostname:port/path/to/service?WSDL
- setValue($receiver, receiver, property, value) - Static method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfigKt
-
Add a set function to a String property.
- setValue($receiver, receiver, property, value) - Static method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfigKt
-
Add a set function to a File property.
- setValue(p) - Method in class com.intershop.gradle.wsdl.extension.data.WSDLProperty
-
Value of the configured property.
- setValue($this, thisRef, property, value) - Static method in class com.intershop.gradle.wsdl.utils.Property.DefaultImpls
-
A property has a set value method.
- setValue(thisRef, property, value) - Method in interface com.intershop.gradle.wsdl.utils.Property
-
A property has a set value method.
- setWrapArrays(p) - Method in class com.intershop.gradle.wsdl.extension.Axis1
-
When processing a schema like this:
- setWrapArrays(value) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
When processing a schema like this:
- setWsdlFile(p) - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
-
WSDLExtension file for processing.
- setWsdlFile(value) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
-
Input wsdl file.
- setWsdlProperties(p) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
-
- setWsdlVersion(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
WSDLExtension Version. Valid Options : 2, 2.0, 1.1
- setWsdlVersion(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
WSDLExtension Version. Valid Options : 2, 2.0, 1.1
- setXsdconfig(p) - Method in class com.intershop.gradle.wsdl.extension.Axis2
-
Use XMLBeans .xsdconfig file if this value is true.
This is only valid if databindingMethod is 'xmlbeans'.
- setXsdconfig(value) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
-
Use XMLBeans .xsdconfig file if this value is true.
This is only valid if databindingMethod is 'xmlbeans'.