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)
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
VERBOSE_OPT
protected static final int VERBOSE_OPT
MESSAGECONTEXT_OPT
protected static final int MESSAGECONTEXT_OPT
SKELETON_OPT
protected static final int SKELETON_OPT
NAMESPACE_OPT
protected static final int NAMESPACE_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
NOIMPORTS_OPT
protected static final int NOIMPORTS_OPT
PACKAGE_OPT
protected static final int PACKAGE_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
Wsdl2java
public Wsdl2java()
main
public static void main(java.lang.String[] args)
- Main
Copyright © 2001 Apache XML Project. All Rights Reserved.