org.apache.axis.wsdl
Class WSDL2Java
java.lang.Object
|
+--org.apache.axis.wsdl.gen.WSDL2
|
+--org.apache.axis.wsdl.WSDL2Java
- public class WSDL2Java
- extends WSDL2
Command line interface to the WSDL2Java utility
Constructor Summary |
protected |
WSDL2Java()
Instantiate a WSDL2Java emitter. |
Method Summary |
protected Parser |
createParser()
Instantiate an extension of the Parser |
static void |
main(java.lang.String[] args)
Main
Run the WSDL2Java emitter with the specified command-line arguments |
protected void |
parseOption(CLOption option)
Parse an option |
protected void |
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 |
SERVER_OPT
protected static final int SERVER_OPT
SKELETON_DEPLOY_OPT
protected static final int SKELETON_DEPLOY_OPT
NAMESPACE_OPT
protected static final int NAMESPACE_OPT
NAMESPACE_FILE_OPT
protected static final int NAMESPACE_FILE_OPT
OUTPUT_OPT
protected static final int OUTPUT_OPT
SCOPE_OPT
protected static final int SCOPE_OPT
TEST_OPT
protected static final int TEST_OPT
PACKAGE_OPT
protected static final int PACKAGE_OPT
ALL_OPT
protected static final int ALL_OPT
TYPEMAPPING_OPT
protected static final int TYPEMAPPING_OPT
FACTORY_CLASS_OPT
protected static final int FACTORY_CLASS_OPT
HELPER_CLASS_OPT
protected static final int HELPER_CLASS_OPT
USERNAME_OPT
protected static final int USERNAME_OPT
PASSWORD_OPT
protected static final int PASSWORD_OPT
bPackageOpt
protected boolean bPackageOpt
options
protected static final CLOptionDescriptor[] options
- Define the understood options. Each CLOptionDescriptor contains:
- The "long" version of the option. Eg, "help" means that "--help" will
be recognised.
- The option flags, governing the option's argument(s).
- The "short" version of the option. Eg, 'h' means that "-h" will be
recognised.
- A description of the option for the usage message
WSDL2Java
protected WSDL2Java()
- Instantiate a WSDL2Java emitter.
createParser
protected Parser createParser()
- Instantiate an extension of the Parser
- Overrides:
createParser
in class WSDL2
parseOption
protected void parseOption(CLOption option)
- Parse an option
- Overrides:
parseOption
in class WSDL2
- Parameters:
option
- is the option
validateOptions
protected void validateOptions()
- validateOptions
This method is invoked after the options are set to validate
the option settings.
- Overrides:
validateOptions
in class WSDL2
main
public static void main(java.lang.String[] args)
- Main
Run the WSDL2Java emitter with the specified command-line arguments
- Parameters:
args
- command-line arguments
Copyright © 2003 Apache Web Services Project. All Rights Reserved.