Skip navigation links
A C D F G N P R S T W 

A

AbstractAxisConfig - Class in com.intershop.gradle.wsdl.extension
Class with configuration for Axis 1 and 2.
AbstractAxisConfig(project, confname) - Constructor for class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
Class with configuration for Axis 1 and 2.
AbstractAxisConfigKt - Class in com.intershop.gradle.wsdl.extension
 
AbstractWSDL2Java - Class in com.intershop.gradle.wsdl.tasks
Abbstract class for axis 1 and axis2 code generator.
AbstractWSDL2Java() - Constructor for class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
Abbstract class for axis 1 and axis2 code generator.
AbstractWSDL2Java.Companion - Class in com.intershop.gradle.wsdl.tasks
 
AbstractWSDL2JavaKt - Class in com.intershop.gradle.wsdl.tasks
 
addArg(argument) - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
Add argument to list of additional arguments.
addArgs(args) - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
Add a list of arguments to list of additional arguments.
addAttribute(arguments, value, optionName) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java.Companion
Adds an attribute to the parameter list.
addFlag(arguments, value, optionName) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java.Companion
Adds a flag to the argument list.
apply(project) - Method in class com.intershop.gradle.wsdl.WSDLPlugin
 
args(arg) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
Add additional arguments for args.
Axis1 - Class in com.intershop.gradle.wsdl.extension
Axis 1 Configuration container.
Axis1(project, confname) - Constructor for class com.intershop.gradle.wsdl.extension.Axis1
Axis 1 Configuration container.
axis1(configureAction) - Method in class com.intershop.gradle.wsdl.extension.WSDLExtension
Configures a container for axis1 generation configurations with an action.
axis1(closure) - Method in class com.intershop.gradle.wsdl.extension.WSDLExtension
Configures a container for axis1 generation configurations with a closure.
Axis1Factory - Class in com.intershop.gradle.wsdl.extension
Factory class for Axis 1 configuration extension.
Axis1Factory(project) - Constructor for class com.intershop.gradle.wsdl.extension.Axis1Factory
default constructor
Axis2 - Class in com.intershop.gradle.wsdl.extension
Axis 2 Configuration container.
Axis2(project, confname) - Constructor for class com.intershop.gradle.wsdl.extension.Axis2
Axis 2 Configuration container.
axis2(configureAction) - Method in class com.intershop.gradle.wsdl.extension.WSDLExtension
Configures a container for axis1 generation configurations with an action.
axis2(closure) - Method in class com.intershop.gradle.wsdl.extension.WSDLExtension
Configures a container for axis1 generation configurations with an action.
Axis2Factory - Class in com.intershop.gradle.wsdl.extension
Factory class for Axis 2 configuration extension.
Axis2Factory(project) - Constructor for class com.intershop.gradle.wsdl.extension.Axis2Factory
default constructor

C

CODEGEN_OUTPUTPATH - Static variable in class com.intershop.gradle.wsdl.extension.WSDLExtension
 
com.intershop.gradle.wsdl - package com.intershop.gradle.wsdl
 
com.intershop.gradle.wsdl.extension - package com.intershop.gradle.wsdl.extension
 
com.intershop.gradle.wsdl.extension.data - package com.intershop.gradle.wsdl.extension.data
 
com.intershop.gradle.wsdl.tasks - package com.intershop.gradle.wsdl.tasks
 
com.intershop.gradle.wsdl.tasks.axis1 - package com.intershop.gradle.wsdl.tasks.axis1
 
com.intershop.gradle.wsdl.tasks.axis2 - package com.intershop.gradle.wsdl.tasks.axis2
 
com.intershop.gradle.wsdl.utils - package com.intershop.gradle.wsdl.utils
 
Companion - Static variable in class com.intershop.gradle.wsdl.extension.WSDLExtension
 
Companion - Static variable in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
 
Companion - Static variable in class com.intershop.gradle.wsdl.WSDLPlugin
 
create(name) - Method in class com.intershop.gradle.wsdl.extension.Axis1Factory
 
create(name) - Method in class com.intershop.gradle.wsdl.extension.Axis2Factory
 

D

Databinding - Enum in com.intershop.gradle.wsdl.utils
Enumation for the data binding configuration.
Databinding(binding) - Constructor for enum com.intershop.gradle.wsdl.utils.Databinding
Enumation for the data binding configuration.
DeployScope - Enum in com.intershop.gradle.wsdl.utils
Enumation for the deploy scope configuration.
DeployScope(scope) - Constructor for enum com.intershop.gradle.wsdl.utils.DeployScope
Enumation for the deploy scope configuration.

F

forkOptions(forkOptionsAction) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
Adds additional fork options.

G

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.

N

NamespacePackageMapping - Class in com.intershop.gradle.wsdl.extension.data
Container for namespace package mapping configuration.
NamespacePackageMapping(confname) - Constructor for class com.intershop.gradle.wsdl.extension.data.NamespacePackageMapping
default constructor with configuration name.
namespacePackageMappings(c) - Method in class com.intershop.gradle.wsdl.extension.AbstractAxisConfig
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:

P

Property<T> - Interface in com.intershop.gradle.wsdl.utils
Property interface.
Property.DefaultImpls - Class in com.intershop.gradle.wsdl.utils
Property interface.
provideAllowInvalidURL(allowInvalidURL) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for allowInvalidURL.
provideAllPorts(allPorts) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for allPorts.
provideArguments(arguments) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
Add provider for args.
provideAsync(async) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for async.
provideBackwordCompatible(backwordCompatible) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for backwordCompatible.
provideDatabindingMethod(databindingMethod) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for databindingMethod.
provideDeployScope(deployScope) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for deployScope.
provideFactory(factory) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for factory.
provideFlattenFiles(flattenFiles) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for flattenFiles.
provideGenerateAllClasses(generateAllClasses) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for generateAllClasses.
provideGenerateAllClasses(generateAllClasses) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for generateAllClasses.
provideGenerateTestcase(generateTestcase) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
Add provider for generateTestcase.
provideHelperGen(helperGen) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for helperGen.
provideImplementationClassName(implementationClassName) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for implementationClassName.
provideNamespacePackageMappingFile(namespacePackageMappingFile) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
Add provider for namespacePackageMappingFile.
provideNoImports(noImports) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for noImports.
provideNoMessageReceiver(noMessageReceiver) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for noMessageReceiver.
provideNoWrapped(noWrapped) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for noWrapped.
provideNsExclude(nsExclude) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for nsExclude.
provideNsInclude(nsInclude) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for nsInclude.
provideOutputDir(outputDir) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
Add provider for outputDir.
providePackageName(packageName) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
Add provider for packageName.
providePassword(password) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for password.
providePortName(portName) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for portName.
provideServerSide(serverSide) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for serverSide.
provideServerSide(serverSide) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for serverSide.
provideServersideInterface(serversideInterface) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for serversideInterface.
provideServiceDescription(serviceDescription) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for serviceDescription.
provideServiceName(serviceName) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for serviceName.
provideSkeletonDeploy(skeletonDeploy) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for skeletonDeploy.
provideSuppressPrefixes(suppressPrefixes) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for suppressPrefixes.
provideSync(sync) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for sync.
provideTimeout(timeout) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for timeoutConf.
provideTypeMappingVersion(typeMappingVersion) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for typeMappingVersion.
provideUnpackClasses(unpackClasses) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for unpackClasses.
provideUnwrapParams(unwrapParams) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for unwrapParams.
provideUserName(userName) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for userName.
provideWrapArrays(wrapArrays) - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
Add provider for wrapArrays.
provideWsdlFile(wsdlFile) - Method in class com.intershop.gradle.wsdl.tasks.AbstractWSDL2Java
Add provider for wsdlFile.
provideWsdlVersion(wsdlVersion) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for wsdlVersion.
provideXsdconfig(xsdconfig) - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
Add provider for xsdconfig.

R

run() - Method in class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
This is the task action and generates Java source files.
run() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
This is the task action and generates Java source files.
run() - Method in class com.intershop.gradle.wsdl.tasks.axis2.WSDL2JavaRunner
 

S

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'.

T

TASKDESCRIPTION - Static variable in class com.intershop.gradle.wsdl.WSDLPlugin
 
TASKNAME - Static variable in class com.intershop.gradle.wsdl.WSDLPlugin
 

W

WSDL2Java - Class in com.intershop.gradle.wsdl.tasks.axis1
This task generates the source code from existing WSDL with axis1 files with a specific configuration.
WSDL2Java() - Constructor for class com.intershop.gradle.wsdl.tasks.axis1.WSDL2Java
This task generates the source code from existing WSDL with axis1 files with a specific configuration.
WSDL2Java - Class in com.intershop.gradle.wsdl.tasks.axis2
This task generates the source code from existing WSDL with axis2 files with a specific configuration.
WSDL2Java(workerExecutor) - Constructor for class com.intershop.gradle.wsdl.tasks.axis2.WSDL2Java
constructor initialize a WSDL2Java task with a worker executtor.
WSDL2JavaKt - Class in com.intershop.gradle.wsdl.tasks.axis1
 
WSDL2JavaKt - Class in com.intershop.gradle.wsdl.tasks.axis2
 
WSDL2JavaRunner - Class in com.intershop.gradle.wsdl.tasks.axis2
This is the task runner for WSDL2Java.
WSDL2JavaRunner(paramList) - Constructor for class com.intershop.gradle.wsdl.tasks.axis2.WSDL2JavaRunner
standard constructor of a runner.
WSDL_AXIS1_CONFIGURATION_NAME - Static variable in class com.intershop.gradle.wsdl.extension.WSDLExtension
 
WSDL_AXIS2_CONFIGURATION_NAME - Static variable in class com.intershop.gradle.wsdl.extension.WSDLExtension
 
WSDL_EXTENSION_NAME - Static variable in class com.intershop.gradle.wsdl.extension.WSDLExtension
 
WSDL_GROUP_NAME - Static variable in class com.intershop.gradle.wsdl.extension.WSDLExtension
 
WSDLExtension - Class in com.intershop.gradle.wsdl.extension
Main extension of the WSDL plugin.
WSDLExtension(project) - Constructor for class com.intershop.gradle.wsdl.extension.WSDLExtension
Main extension of the WSDL plugin.
WSDLExtension.Companion - Class in com.intershop.gradle.wsdl.extension
 
WSDLPlugin - Class in com.intershop.gradle.wsdl
Plugin Class implementation.
WSDLPlugin() - Constructor for class com.intershop.gradle.wsdl.WSDLPlugin
Plugin Class implementation.
WSDLPlugin.Companion - Class in com.intershop.gradle.wsdl
 
wsdlProperties(c) - Method in class com.intershop.gradle.wsdl.extension.Axis1
Names and values of a properties for use by the custom GeneratorFactory.
WSDLProperty - Class in com.intershop.gradle.wsdl.extension.data
Container for WSDL property configuration.
WSDLProperty(propname) - Constructor for class com.intershop.gradle.wsdl.extension.data.WSDLProperty
default constructor with configuration name.
A C D F G N P R S T W 
Skip navigation links