| Type | Name and description |
|---|---|
boolean |
allPortsGenerate code for all ports |
java.util.List<java.lang.String> |
argsAdditional ars for xjc |
boolean |
asyncGenerate code only for async style. |
boolean |
backwordCompatibleGenerate Axis 1.x backword compatible code |
java.lang.String |
databindingMethodSpecifies the Databinding framework. |
boolean |
flattenFilesFlattens the generated files |
boolean |
generateAllClassesGenerates all the classes. |
boolean |
noMessageReceiverDon't generate a MessageReceiver in the generated sources |
java.io.File |
outputDirOutput file location. |
java.lang.String |
portNameSpecifies the port name to be code generated. |
boolean |
serverSideGenerates server side code (i.e. skeletons). |
boolean |
serversideInterfaceGenerate an interface for the service skeleton. |
boolean |
serviceDescriptionGenerates the service descriptor (i.e. server.xml). |
java.lang.String |
serviceNameSpecifies the service name to be code generated. |
java.lang.String |
sourceSetNameName of the source set for generated Java code default value is 'main' |
boolean |
suppressPrefixesSuppress namespace prefixes (Optimzation that reduces size of soap request/response) |
boolean |
syncGenerate code only for sync style . |
boolean |
unpackClassesUnpack classes. |
boolean |
unwrapParamsSwitch on un-wrapping, if this value is true. |
java.lang.String |
wsdlVersionWSDL Version. |
boolean |
xsdconfigUse XMLBeans .xsdconfig file if this value is true. |
| Constructor and description |
|---|
Axis2
(java.lang.String name) |
| Type | Name and description |
|---|---|
void |
arg(java.lang.String parameter) |
java.lang.String |
getSourceSetName() |
java.lang.String |
getTaskName() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Generate code for all ports
Additional ars for xjc
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.
Generate Axis 1.x backword compatible code
Specifies the Databinding framework. Valid values are - xmlbeans -> XMLBEANS, - adb -> ADB, - jaxbri -> JAXBRI - jibx -> JIBX, and - none -> NONE. Default is adb.
Flattens the generated files
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.
Don't generate a MessageReceiver in the generated sources
Output file location. This is where the files would be copied once the code generation is done.
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.
Generates server side code (i.e. skeletons). Default is false.
Generate an interface for the service skeleton.
Generates the service descriptor (i.e. server.xml). Default is false. Only valid if serverSide is true, the server side code generation option.
Specifies the service name to be code generated. If the service name is not specified, then the first service will be picked.
Name of the source set for generated Java code default value is 'main'
Suppress namespace prefixes (Optimzation that reduces size of soap request/response)
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.
Unpack classes. This option specifies whether to unpack the classes and generate separate classes for the databinders.
Switch on un-wrapping, if this value is true.
WSDL Version. Valid Options : 2, 2.0, 1.1
Use XMLBeans .xsdconfig file if this value is true. This is only valid if databindingMethod is 'xmlbeans'.
Groovy Documentation