|
||||||||||
| 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.ClientGenMojo
public class ClientGenMojo
Runs Client Gen on a given WSDL.
| Field Summary |
|---|
| 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. |
Set |
getArtifacts()
Getter for property artifacts. |
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. |
void |
setArtifacts(Set inArtifacts)
Setter for the artifacts. |
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. |
String |
toString()
toString methode: creates a String representation of the object |
| 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
org.apache.maven.plugin.MojoExecutionException - Thrown if we fail to obtain the WSDL.public 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 Set getArtifacts()
public void setArtifacts(Set inArtifacts)
inArtifacts - The value of artifacts.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||