|
||||||||||
| 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.ClientGenMojo
public class ClientGenMojo
Runs Client Gen on a given WSDL.
| 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 | |
|---|---|
ClientGenMojo()
|
|
| 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 |
getWarName()
Getter for the name of the war to look inside for the wsdl file |
boolean |
isUseEarDependency()
Getter for the ear dependency flag |
boolean |
isUseServerTypes()
Getter for the useServerTypes parameter. |
void |
setInputWSDL(String inInputWSDL)
Setter for the input WSDL. |
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 |
setUseEarDependency(boolean useEarDependency)
Setter for the ear dependency. |
void |
setUseServerTypes(boolean useServerTypes)
Setter for the useServerTypes parameter. |
void |
setWarName(String warName)
The setter for the war name. |
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 ClientGenMojo()
| 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 boolean isUseEarDependency()
public void setUseEarDependency(boolean useEarDependency)
useEarDependency - true if the mojo should look in the ear for the wsdlpublic String getWarName()
public void setWarName(String warName)
useEarDependency flag.
warName - the war name to look insidepublic boolean isUseServerTypes()
useServerTypes parameter. Returns true if the client gen
should copy .class files from the class path instead of creating .java and compiling them.
public void setUseServerTypes(boolean useServerTypes)
useServerTypes parameter.
useServerTypes - true if the server types should be usedpublic String toString()
toString in class AbstractWeblogicMojo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||