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)

Field Summary
protected static int FACTORY_CLASS_OPT
           
protected static int HELP_OPT
           
protected static int IMPL_CLASS_OPT
           
protected static int INHERITED_CLASS_OPT
           
protected static int LOCATION_IMPORT_OPT
           
protected static int LOCATION_OPT
           
protected static int METHODS_ALLOWED_OPT
           
protected static int METHODS_NOTALLOWED_OPT
           
protected static int NAMESPACE_IMPL_OPT
           
protected static int NAMESPACE_OPT
           
protected static CLOptionDescriptor[] options
          Define the understood options.
protected static int OUTPUT_IMPL_OPT
           
protected static int OUTPUT_OPT
           
protected static int OUTPUT_WSDL_MODE_OPT
           
protected static int PACKAGE_OPT
           
protected static int PORTTYPE_NAME_OPT
           
protected static int SERVICE_ELEMENT_NAME_OPT
           
protected static int SERVICE_PORT_NAME_OPT
           
protected static int STOP_CLASSES_OPT
           
protected static int TYPEMAPPING_OPT
           
 
Constructor Summary
Java2WSDL()
           
 
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
 

Field Detail

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 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
Constructor Detail

Java2WSDL

public Java2WSDL()
Method Detail

main

public static void main(java.lang.String[] args)
Main


Copyright © 2001 Apache XML Project. All Rights Reserved.