org.apache.axis.wsdlgen
Class Java2Wsdl

java.lang.Object
  |
  +--org.apache.axis.wsdlgen.Java2Wsdl

public class Java2Wsdl
extends java.lang.Object

Command line interface to the java2wsdl utility

Author:
Ravi Kumar (rkumar@borland.com)

Field Summary
protected static int HELP_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 NAMESPACE_IMPL_OPT
           
protected static int NAMESPACE_OPT
           
protected static org.apache.avalon.excalibur.cli.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 SERVICE_NAME_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

SERVICE_NAME_OPT

protected static final int SERVICE_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

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
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.