org.apache.geronimo.ews.ws4j2ee.toWs
Class Ws4J2eeCLOptionParser

java.lang.Object
  extended byorg.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2eeCLOptionParser

public class Ws4J2eeCLOptionParser
extends java.lang.Object

Author:
hemapani

Field Summary
protected static int ALL_OPT
           
protected static int CONTAINER_OPT
           
protected static int FACTORY_CLASS_OPT
           
protected static int HELPER_CLASS_OPT
           
protected static int IMPL_STYLE_OPT
           
protected static int NAMESPACE_FILE_OPT
           
protected static int NAMESPACE_OPT
           
protected static org.apache.axis.utils.CLOptionDescriptor[] options
           
protected static int OUTPUT_OPT
           
protected static int PACKAGE_OPT
           
protected static int PASSWORD_OPT
           
protected static int SCOPE_OPT
           
protected static int SERVER_OPT
           
protected static int SKELETON_DEPLOY_OPT
           
protected static int TEST_OPT
           
protected static int TYPEMAPPING_OPT
           
protected static int USERNAME_OPT
           
 
Constructor Summary
Ws4J2eeCLOptionParser(java.lang.String[] args)
           
 
Method Summary
 java.lang.String getContanier()
           
 java.lang.String getImplStyle()
           
 java.lang.String getOutputDirectory()
           
 java.lang.String getPassword()
           
 java.lang.String getUserName()
           
 java.lang.String getWscffile()
           
 boolean isServerSide()
           
protected  void parseOption(org.apache.axis.utils.CLOption option)
           
 void setContanier(java.lang.String string)
           
 void setImplStyle(java.lang.String string)
           
 void setOutputDirectory(java.lang.String string)
           
 void setPassword(java.lang.String string)
           
 void setServerSide(boolean b)
           
 void setUserName(java.lang.String string)
           
 void setWscffile(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_OPT

protected static final int SERVER_OPT
See Also:
Constant Field Values

SKELETON_DEPLOY_OPT

protected static final int SKELETON_DEPLOY_OPT
See Also:
Constant Field Values

NAMESPACE_OPT

protected static final int NAMESPACE_OPT
See Also:
Constant Field Values

NAMESPACE_FILE_OPT

protected static final int NAMESPACE_FILE_OPT
See Also:
Constant Field Values

OUTPUT_OPT

protected static final int OUTPUT_OPT
See Also:
Constant Field Values

SCOPE_OPT

protected static final int SCOPE_OPT
See Also:
Constant Field Values

TEST_OPT

protected static final int TEST_OPT
See Also:
Constant Field Values

PACKAGE_OPT

protected static final int PACKAGE_OPT
See Also:
Constant Field Values

ALL_OPT

protected static final int ALL_OPT
See Also:
Constant Field Values

TYPEMAPPING_OPT

protected static final int TYPEMAPPING_OPT
See Also:
Constant Field Values

FACTORY_CLASS_OPT

protected static final int FACTORY_CLASS_OPT
See Also:
Constant Field Values

HELPER_CLASS_OPT

protected static final int HELPER_CLASS_OPT
See Also:
Constant Field Values

USERNAME_OPT

protected static final int USERNAME_OPT
See Also:
Constant Field Values

PASSWORD_OPT

protected static final int PASSWORD_OPT
See Also:
Constant Field Values

IMPL_STYLE_OPT

protected static final int IMPL_STYLE_OPT
See Also:
Constant Field Values

CONTAINER_OPT

protected static final int CONTAINER_OPT
See Also:
Constant Field Values

options

protected static final org.apache.axis.utils.CLOptionDescriptor[] options
Constructor Detail

Ws4J2eeCLOptionParser

public Ws4J2eeCLOptionParser(java.lang.String[] args)
Method Detail

parseOption

protected void parseOption(org.apache.axis.utils.CLOption option)

getWscffile

public java.lang.String getWscffile()
Returns:

setWscffile

public void setWscffile(java.lang.String string)
Parameters:
string -

isServerSide

public boolean isServerSide()
Returns:

getOutputDirectory

public java.lang.String getOutputDirectory()
Returns:

getPassword

public java.lang.String getPassword()
Returns:

getUserName

public java.lang.String getUserName()
Returns:

setServerSide

public void setServerSide(boolean b)
Parameters:
b -

setOutputDirectory

public void setOutputDirectory(java.lang.String string)
Parameters:
string -

setPassword

public void setPassword(java.lang.String string)
Parameters:
string -

setUserName

public void setUserName(java.lang.String string)
Parameters:
string -

getImplStyle

public java.lang.String getImplStyle()
Returns:

setImplStyle

public void setImplStyle(java.lang.String string)
Parameters:
string -

getContanier

public java.lang.String getContanier()
Returns:

setContanier

public void setContanier(java.lang.String string)
Parameters:
string -


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.