Full name:
org.codehaus.mojo:weblogic-maven-plugin:2.9.1:clientgen
Description:
Runs Client Gen on a given WSDL.
Attributes:
compile.| Name | Type | Since | Description |
|---|---|---|---|
| inputWSDL | String |
- |
The wsdl to client gen from. Default value is: http://localhost:7001. |
| outputDir | String |
- |
The directory to output the geneated 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. Default value is: test. |
| useEarDependency | boolean |
- |
The ear dependency flag. Use this in concert with the
warName parameter to locate a wsdl inside of the
webservice war file. Default value is: false. |
| useServerTypes | boolean |
- |
Set to true if the client gen should copy .class files from the
classpath into the target jar file. Default value is: false. |
| warName | String |
- |
The war name inside of the ear within which to find the wsdl file name. |
| weblogicHome | String |
- |
Property to set the weblogic home Default value is: ${weblogic.home}. |
The wsdl to client gen from.
java.lang.StringNohttp://localhost:7001The directory to output the geneated 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.StringNotestThe ear dependency flag. Use this in concert with the
warName parameter to locate a wsdl inside of the
webservice war file.
booleanNofalseSet to true if the client gen should copy .class files from the classpath into the target jar file.
booleanNofalsewarName :
The war name inside of the ear within which to find the wsdl file name.
java.lang.StringNo${pom.artifactId}-${pom.version}.warProperty to set the weblogic home
java.lang.StringNo${weblogic.home}