org.apache.axis.wsdl
Class Java2WSDL
java.lang.Object
|
+--org.apache.axis.wsdl.Java2WSDL
- public class Java2WSDL
- extends java.lang.Object
Command line interface to the java2wsdl utility
- Author:
- Ravi Kumar (rkumar@borland.com), Rich Scheuerle (scheu@us.ibm.com)
Method Summary |
static void |
main(java.lang.String[] args)
Main |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HELP_OPT
protected static final int HELP_OPT
OUTPUT_WSDL_MODE_OPT
protected static final int OUTPUT_WSDL_MODE_OPT
OUTPUT_OPT
protected static final int OUTPUT_OPT
OUTPUT_IMPL_OPT
protected static final int OUTPUT_IMPL_OPT
PACKAGE_OPT
protected static final int PACKAGE_OPT
NAMESPACE_OPT
protected static final int NAMESPACE_OPT
NAMESPACE_IMPL_OPT
protected static final int NAMESPACE_IMPL_OPT
PORTTYPE_NAME_OPT
protected static final int PORTTYPE_NAME_OPT
SERVICE_ELEMENT_NAME_OPT
protected static final int SERVICE_ELEMENT_NAME_OPT
SERVICE_PORT_NAME_OPT
protected static final int SERVICE_PORT_NAME_OPT
LOCATION_OPT
protected static final int LOCATION_OPT
LOCATION_IMPORT_OPT
protected static final int LOCATION_IMPORT_OPT
METHODS_ALLOWED_OPT
protected static final int METHODS_ALLOWED_OPT
INHERITED_CLASS_OPT
protected static final int INHERITED_CLASS_OPT
FACTORY_CLASS_OPT
protected static final int FACTORY_CLASS_OPT
IMPL_CLASS_OPT
protected static final int IMPL_CLASS_OPT
METHODS_NOTALLOWED_OPT
protected static final int METHODS_NOTALLOWED_OPT
STOP_CLASSES_OPT
protected static final int STOP_CLASSES_OPT
TYPEMAPPING_OPT
protected static final int TYPEMAPPING_OPT
options
protected static final org.apache.avalon.excalibur.cli.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
Java2WSDL
public Java2WSDL()
main
public static void main(java.lang.String[] args)
- Main
Copyright © 2001 Apache XML Project. All Rights Reserved.