|
||||||||||
| 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.ServiceGenMojo
public class ServiceGenMojo
Runs Service 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 | |
|---|---|
ServiceGenMojo()
|
|
| Method Summary | |
|---|---|
void |
execute()
This method will run client gen on the given WSDL. |
String |
getContextUri()
Getter for the context uri |
String |
getInputArtifactPath()
Getter for the input artifact path |
String |
getOutputDir()
Getter for property output dir. |
String |
getPackageName()
Getter for property package name. |
Service[] |
getServices()
Getter for the services |
String |
getWarName()
Getter for the war name. |
void |
setContextUri(String contextUri)
Setter for the context uri |
void |
setInputArtifactPath(String inputArtifactPath)
Setter for the input artifact path |
void |
setOutputDir(String inOutputDir)
Setter for the output dir. |
void |
setPackageName(String inPackageName)
Setter for the package name. |
void |
setServices(Service[] services)
Setter for the services |
void |
setWarName(String warName)
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 ServiceGenMojo()
| 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 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 Service[] getServices()
public void setServices(Service[] services)
services - the servicespublic String toString()
toString in class AbstractWeblogicMojopublic String getWarName()
public String getInputArtifactPath()
public void setInputArtifactPath(String inputArtifactPath)
inputArtifactPath - the input artifact pathpublic void setWarName(String warName)
warName - the war namepublic String getContextUri()
public void setContextUri(String contextUri)
contextUri - the contextUri
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||