org.codehaus.mojo.weblogic
Class ClientGenMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.weblogic.ClientGenMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class ClientGenMojo
extends org.apache.maven.plugin.AbstractMojo

Runs Client Gen on a given WSDL.

Version:
$Id: ListAppsMojo.java 2166 2006-07-18 21:32:16Z carlos $
Author:
Scott Ryan

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

ClientGenMojo

public ClientGenMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
This method will run client gen on the given WSDL.

Throws:
org.apache.maven.plugin.MojoExecutionException - Thrown if we fail to obtain the WSDL.

getInputWSDL

public String getInputWSDL()
Getter for property input WSDL.

Returns:
The value of input WSDL.

setInputWSDL

public void setInputWSDL(String inInputWSDL)
Setter for the input WSDL.

Parameters:
inInputWSDL - The value of input WSDL.

getOutputDir

public String getOutputDir()
Getter for property output dir.

Returns:
The value of output dir.

setOutputDir

public void setOutputDir(String inOutputDir)
Setter for the output dir.

Parameters:
inOutputDir - The value of output dir.

getPackageName

public String getPackageName()
Getter for property package name.

Returns:
The value of package name.

setPackageName

public void setPackageName(String inPackageName)
Setter for the package name.

Parameters:
inPackageName - The value of package name.

getServiceName

public String getServiceName()
Getter for property service name.

Returns:
The value of service name.

setServiceName

public void setServiceName(String inServiceName)
Setter for the service name.

Parameters:
inServiceName - The value of service name.

getArtifacts

public Set getArtifacts()
Getter for property artifacts.

Returns:
The value of artifacts.

setArtifacts

public void setArtifacts(Set inArtifacts)
Setter for the artifacts.

Parameters:
inArtifacts - The value of artifacts.

toString

public String toString()
toString methode: creates a String representation of the object

Overrides:
toString in class Object
Returns:
the String representation


Copyright © 2005-2008 Codehaus. All Rights Reserved.