|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.weblogic.AbstractWeblogicMojo
org.codehaus.mojo.weblogic.ClientGen9Mojo
public class ClientGen9Mojo
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.
| Field Summary |
|---|
| Fields inherited from class org.codehaus.mojo.weblogic.AbstractWeblogicMojo |
|---|
WEBLOGIC_HOME_KEY |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
ClientGen9Mojo()
|
|
| Method Summary | |
|---|---|
void |
execute()
This method will run client gen on the given WSDL. |
String |
getInputWSDL()
Getter for property input WSDL. |
String |
getOutputDir()
Getter for property output dir. |
String |
getPackageName()
Getter for property package name. |
String |
getServiceName()
Getter for property service name. |
String |
getWarFileName()
Getter for warFileName |
boolean |
isAutotype()
Getter for autoType |
boolean |
isJaxRPCWrappedArrayStyle()
Getter for jaxRPCWrappedArrayStyle |
boolean |
isUseServerTypes()
Getter for server types |
boolean |
isVerbose()
Getter for verbose messages |
void |
setAutotype(boolean autotype)
Setter for autoType |
void |
setInputWSDL(String inInputWSDL)
Setter for the input WSDL. |
void |
setJaxRPCWrappedArrayStyle(boolean jaxRPCWrappedArrayStyle)
Setter for jaxRPCWrappedArrayStyle |
void |
setOutputDir(String inOutputDir)
Setter for the output dir. |
void |
setPackageName(String inPackageName)
Setter for the package name. |
void |
setServiceName(String inServiceName)
Setter for the service name. |
void |
setUseServerTypes(boolean useServerTypes)
Setter for server types |
void |
setVerbose(boolean verbose)
Setter for verbose messages |
void |
setWarFileName(String warFileName)
Setter for warFileName |
String |
toString()
toString method: creates a String representation of the object |
| Methods inherited from class org.codehaus.mojo.weblogic.AbstractWeblogicMojo |
|---|
createTargetDirectory, getArtifacts, getDefaultLogger, getDependencies, getOutputDirectory, getPluginArtifacts, getWeblogicHome, setArtifacts, setDependencies, setOutputDirectory, setPluginArtifacts, setProperties, setWeblogicHome |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClientGen9Mojo()
| Method Detail |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
execute in interface org.apache.maven.plugin.Mojoexecute in class AbstractWeblogicMojoorg.apache.maven.plugin.MojoExecutionException - Thrown if we fail to obtain the WSDL.AbstractWeblogicMojo.weblogicHomepublic String getInputWSDL()
public void setInputWSDL(String inInputWSDL)
inInputWSDL - The value of input WSDL.public String getOutputDir()
public void setOutputDir(String inOutputDir)
inOutputDir - The value of output dir.public String getPackageName()
public void setPackageName(String inPackageName)
inPackageName - The value of package name.public String getServiceName()
public void setServiceName(String inServiceName)
inServiceName - The value of service name.public String toString()
toString in class AbstractWeblogicMojopublic boolean isUseServerTypes()
public void setUseServerTypes(boolean useServerTypes)
useServerTypes - - true if the client gen should use server typespublic boolean isVerbose()
public void setVerbose(boolean verbose)
verbose - - true of the clientgen should use verbose outputpublic boolean isAutotype()
public void setAutotype(boolean autotype)
autotype - - true if the client should autotypepublic String getWarFileName()
public void setWarFileName(String warFileName)
warFileName - - the warFileName to setpublic boolean isJaxRPCWrappedArrayStyle()
public void setJaxRPCWrappedArrayStyle(boolean jaxRPCWrappedArrayStyle)
jaxRPCWrappedArrayStyle - the jaxRPCWrappedArrayStyle to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||