org.codehaus.mojo.weblogic
Class WsdlGenMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.weblogic.AbstractWeblogicMojo
          extended by 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

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
WsdlGenMojo()
           
 
Method Summary
 void execute()
          Execute the wsdlgen step to leave the artifacts around
 String getDefaultEndpoint()
           
 String getEarFileName()
           
 String getServiceName()
          Getter for the service name
 String getWarName()
           
 String getWsdlFile()
           
 boolean isOverwrite()
           
 void setDefaultEndpoint(String defaultEndpoint)
           
 void setEarFileName(String earFileName)
           
 void setOverwrite(boolean overwrite)
           
 void setServiceName(String serviceName)
          Setter for the service name
 void setWarName(String warName)
           
 void setWsdlFile(String wsdlFile)
           
 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

WsdlGenMojo

public WsdlGenMojo()
Method Detail

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.