| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.axis.wsdl.Java2WSDL
Command line interface to the java2wsdl utility
| Field Summary | |
| protected static int | BINDING_NAME_OPTField BINDING_NAME_OPT | 
| protected  java.lang.String | classNameField className | 
| protected static int | CLASSPATH_OPT | 
| protected static int | DEPLOY_OPTField DEPLOY_OPT | 
| protected  Emitter | emitterField emitter | 
| protected static int | EXTRA_CLASSES_OPTField EXTRA_CLASSES_OPT | 
| protected static int | HELP_OPTField HELP_OPT | 
| protected static int | IMPL_CLASS_OPTField IMPL_CLASS_OPT | 
| protected static int | IMPORT_SCHEMA_OPTField IMPORT_SCHEMA_OPT | 
| protected static int | INHERITED_CLASS_OPTField INHERITED_CLASS_OPT | 
| protected static int | INPUT_OPTField INPUT_OPT | 
| protected  boolean | isDeployField isDeplpy | 
| protected static int | LOCATION_IMPORT_OPTField LOCATION_IMPORT_OPT | 
| protected static int | LOCATION_OPTField LOCATION_OPT | 
| protected static int | METHODS_ALLOWED_OPTField METHODS_ALLOWED_OPT | 
| protected static int | METHODS_NOTALLOWED_OPTField METHODS_NOTALLOWED_OPT | 
| protected  int | modeField mode | 
| protected static int | NAMESPACE_IMPL_OPTField NAMESPACE_IMPL_OPT | 
| protected static int | NAMESPACE_OPTField NAMESPACE_OPT | 
| protected  java.util.HashMap | namespaceMapField namespaceMap | 
| protected  CLOptionDescriptor[] | optionsDefine the understood options. | 
| protected static int | OUTPUT_IMPL_OPTField OUTPUT_IMPL_OPT | 
| protected static int | OUTPUT_OPTField OUTPUT_OPT | 
| protected static int | OUTPUT_WSDL_MODE_OPTField OUTPUT_WSDL_MODE_OPT | 
| protected static int | PACKAGE_OPTField PACKAGE_OPT | 
| protected static int | PORTTYPE_NAME_OPTField PORTTYPE_NAME_OPT | 
| protected static int | SERVICE_ELEMENT_NAME_OPTField SERVICE_ELEMENT_NAME_OPT | 
| protected static int | SERVICE_PORT_NAME_OPTField SERVICE_PORT_NAME_OPT | 
| protected static int | SOAPACTION_OPTField SOAPACTION_OPT | 
| protected static int | STOP_CLASSES_OPTField STOP_CLASSES_OPT | 
| protected static int | STYLE_OPTField STYLE_OPT | 
| protected static int | TYPEMAPPING_OPTField TYPEMAPPING_OPT | 
| protected  java.lang.String | typeMappingVersionField typeMappingVersion | 
| protected static int | USE_OPTField USE_OPT | 
| protected  java.lang.String | wsdlFilenameField wsdlFilename | 
| protected  java.lang.String | wsdlImplFilenameField wsdlImplFilename | 
| Constructor Summary | |
| protected  | Java2WSDL()Instantiate a Java2WSDL emitter. | 
| Method Summary | |
| protected  void | addOptions(CLOptionDescriptor[] newOptions)addOptions Add option descriptions to the tool. | 
| protected  Emitter | createEmitter()Instantiate an Emitter | 
| protected  void | generateServerSide(Emitter j2w,
                   java.lang.String wsdlFileName)Generate the server side artifacts from the generated WSDL | 
| static void | main(java.lang.String[] args)Main Run the Java2WSDL emitter with the specified command-line arguments | 
| protected  boolean | parseOption(CLOption option)Parse an option | 
| protected  void | printUsage()printUsage print usage information and quit. | 
| protected  int | run(java.lang.String[] args)run checks the command-line arguments and runs the tool. | 
| protected  boolean | validateOptions()validateOptions This method is invoked after the options are set to validate the option settings. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected static final int INHERITED_CLASS_OPT
protected static final int SOAPACTION_OPT
protected static final int BINDING_NAME_OPT
protected static final int STOP_CLASSES_OPT
protected static final int IMPORT_SCHEMA_OPT
protected static final int EXTRA_CLASSES_OPT
protected static final int HELP_OPT
protected static final int IMPL_CLASS_OPT
protected static final int INPUT_OPT
protected static final int LOCATION_OPT
protected static final int LOCATION_IMPORT_OPT
protected static final int METHODS_ALLOWED_OPT
protected static final int NAMESPACE_OPT
protected static final int NAMESPACE_IMPL_OPT
protected static final int OUTPUT_OPT
protected static final int OUTPUT_IMPL_OPT
protected static final int PACKAGE_OPT
protected static final int PORTTYPE_NAME_OPT
protected static final int SERVICE_PORT_NAME_OPT
protected static final int SERVICE_ELEMENT_NAME_OPT
protected static final int TYPEMAPPING_OPT
protected static final int USE_OPT
protected static final int OUTPUT_WSDL_MODE_OPT
protected static final int METHODS_NOTALLOWED_OPT
protected static final int CLASSPATH_OPT
protected static final int STYLE_OPT
protected static final int DEPLOY_OPT
protected CLOptionDescriptor[] options
protected Emitter emitter
protected java.lang.String className
protected java.lang.String wsdlFilename
protected java.lang.String wsdlImplFilename
protected java.util.HashMap namespaceMap
protected int mode
protected java.lang.String typeMappingVersion
protected boolean isDeploy
| Constructor Detail | 
protected Java2WSDL()
| Method Detail | 
protected Emitter createEmitter()
protected void addOptions(CLOptionDescriptor[] newOptions)
newOptions - CLOptionDescriptor[] the optionsprotected boolean parseOption(CLOption option)
option - CLOption is the option
protected boolean validateOptions()
protected int run(java.lang.String[] args)
args - String[] command-line arguments.
protected void generateServerSide(Emitter j2w,
                                  java.lang.String wsdlFileName)
                           throws java.lang.Exception
j2w - the Java2WSDL emitterwsdlFileName - the generated WSDL file
java.lang.Exceptionprotected void printUsage()
public static void main(java.lang.String[] args)
args - String[] command-line arguments| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||