org.apache.axis.wsdl
Class Wsdl2java

java.lang.Object
  |
  +--org.apache.axis.wsdl.Wsdl2java

public class Wsdl2java
extends java.lang.Object

Command line interface to the wsdl2java utility

Author:
Tom Jordahl (tjordahl@macromedia.com)

Field Summary
protected static int HELP_OPT
           
protected static int MESSAGECONTEXT_OPT
           
protected static org.apache.avalon.excalibur.cli.CLOptionDescriptor[] options
          Define the understood options.
protected static int OUTPUT_OPT
           
protected static int PACKAGE_OPT
           
protected static int SKELETON_OPT
           
protected static int VERBOSE_OPT
           
 
Constructor Summary
Wsdl2java()
           
 
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

VERBOSE_OPT

protected static final int VERBOSE_OPT

MESSAGECONTEXT_OPT

protected static final int MESSAGECONTEXT_OPT

SKELETON_OPT

protected static final int SKELETON_OPT

PACKAGE_OPT

protected static final int PACKAGE_OPT

OUTPUT_OPT

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

Wsdl2java

public Wsdl2java()
Method Detail

main

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


Copyright © 2001 Apache XML Project. All Rights Reserved.