org.codehaus.mojo.weblogic
Class WsdlGenMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.weblogic.AbstractWeblogicMojo
org.codehaus.mojo.weblogic.WsdlGenMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class WsdlGenMojo
- extends AbstractWeblogicMojo
This class generates wsdl from ear/war package
- Version:
- $Id: WsdlGenMojo.java 6622 2008-04-01 02:21:19Z jonnio $
- Author:
- Jon Osborn
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
WsdlGenMojo
public WsdlGenMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Execute the wsdlgen step to leave the artifacts around
- Specified by:
execute in interface org.apache.maven.plugin.Mojo- Overrides:
execute in class AbstractWeblogicMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException- See Also:
AbstractWeblogicMojo.weblogicHome
getServiceName
public String getServiceName()
- Getter for the service name
- Returns:
- the service name
setServiceName
public void setServiceName(String serviceName)
- Setter for the service name
- Parameters:
serviceName - the service name to set
getWarName
public String getWarName()
setWarName
public void setWarName(String warName)
getWsdlFile
public String getWsdlFile()
setWsdlFile
public void setWsdlFile(String wsdlFile)
getDefaultEndpoint
public String getDefaultEndpoint()
setDefaultEndpoint
public void setDefaultEndpoint(String defaultEndpoint)
getEarFileName
public String getEarFileName()
setEarFileName
public void setEarFileName(String earFileName)
isOverwrite
public boolean isOverwrite()
setOverwrite
public void setOverwrite(boolean overwrite)
toString
public String toString()
- toString method: creates a String representation of the object
- Overrides:
toString in class AbstractWeblogicMojo
- Returns:
- the String representation
Copyright © 2005-2008 Codehaus. All Rights Reserved.