Full name:
org.codehaus.mojo:weblogic-maven-plugin:2.9.1:clientgen9
Description:
Runs Client Gen on a given WSDL. This client gen uses the BEA refactored client gen tool first appearing in weblogic 9. This is the preferred client gen tool for Weblogic 9.0 and newer.
Attributes:
compile.| Name | Type | Since | Description |
|---|---|---|---|
| autotype | boolean |
- |
Sets whether or not to create the type conversions for a web
service in the client. Default value is: true. |
| inputWSDL | String |
- |
The wsdl to client gen from. If warFileName is specified, this parameter is the root relative file to use when creating the URI for the wsdl. |
| jaxRPCWrappedArrayStyle | boolean |
- |
Sets whether or not to use the jaxRPCWrappedArrayStyle Default value is: true. |
| outputDir | String |
- |
The directory to output the generated code to. Default value is: ${basedir}/src/main/java. |
| outputDirectory | String |
- |
This is the output directory for the artifacts. It defaults to $project.build.directory. |
| packageName | String |
- |
The package name of the output code. Default value is: com.test.webservice. |
| pluginArtifacts | List |
- |
These are the plugin artifacts for the weblogic mojo |
| serviceName | String |
- |
The name of the service. |
| useServerTypes | boolean |
- |
Whether or not to use server types from the ear file in the client
jar. Default value is: false. |
| verbose | boolean |
- |
Output verbose messages Default value is: false. |
| warFileName | String |
- |
The filename of the war file to find the services. The file path is extracted from the artifact list. |
| weblogicHome | String |
- |
Property to set the weblogic home Default value is: ${weblogic.home}. |
autotype :
Sets whether or not to create the type conversions for a web service in the client.
booleanNotrueThe wsdl to client gen from. If warFileName is specified, this parameter is the root relative file to use when creating the URI for the wsdl.
java.lang.StringNoSets whether or not to use the jaxRPCWrappedArrayStyle
booleanNotrueThe directory to output the generated code to.
java.lang.StringNo${basedir}/src/main/javaThis is the output directory for the artifacts. It defaults to $project.build.directory.
java.lang.StringNo${project.build.directory}The package name of the output code.
java.lang.StringNocom.test.webserviceThese are the plugin artifacts for the weblogic mojo
java.util.ListNo${plugin.artifacts}The name of the service.
java.lang.StringNoWhether or not to use server types from the ear file in the client jar.
booleanNofalseverbose :
Output verbose messages
booleanNofalseThe filename of the war file to find the services. The file path is extracted from the artifact list.
java.lang.StringNoProperty to set the weblogic home
java.lang.StringNo${weblogic.home}