com.ibm.di.fc.webservice.util
Class WSDL2JavaNoSystemExit

java.lang.Object
  extended by org.apache.axis.wsdl.gen.WSDL2
      extended by org.apache.axis.wsdl.WSDL2Java
          extended by com.ibm.di.fc.webservice.util.WSDL2JavaNoSystemExit

public class WSDL2JavaNoSystemExit
extends org.apache.axis.wsdl.WSDL2Java

Command line interface to the WSDL2Java utility


Field Summary
protected static org.apache.axis.utils.CLOptionDescriptor[] allOptions
          array of all supported classes used for parsing
 
Fields inherited from class org.apache.axis.wsdl.WSDL2Java
ALL_OPT, ALLOW_INVALID_URL_OPT, bPackageOpt, BUILDFILE_OPT, CLASSPATH_OPT, FACTORY_CLASS_OPT, HELPER_CLASS_OPT, IMPL_CLASS_OPT, NAMESPACE_FILE_OPT, NAMESPACE_OPT, NS_EXCLUDE_OPT, NS_INCLUDE_OPT, options, OUTPUT_OPT, PACKAGE_OPT, PASSWORD_OPT, SCOPE_OPT, SERVER_OPT, SKELETON_DEPLOY_OPT, TEST_OPT, TYPEMAPPING_OPT, USERNAME_OPT, WRAP_ARRAYS_OPT
 
Fields inherited from class org.apache.axis.wsdl.gen.WSDL2
DEBUG_OPT, HELP_OPT, NETWORK_TIMEOUT_OPT, NOIMPORTS_OPT, NOWRAP_OPT, parser, QUIET_OPT, VERBOSE_OPT, wsdlURI
 
Constructor Summary
WSDL2JavaNoSystemExit()
          Class Constructor
 
Method Summary
protected  void gen(String[] args)
          The method parses the WSDL arguments to Java format and runs the tool
static void generate(String[] args)
          Static invocation of the gen(String[]) method of the class
static void main(String[] args)
          Run the WSDL2Java Emitter with the specified command-line arguments
 
Methods inherited from class org.apache.axis.wsdl.WSDL2Java
createParser, parseOption, validateOptions
 
Methods inherited from class org.apache.axis.wsdl.gen.WSDL2
addOptions, getParser, printUsage, removeOption, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allOptions

protected static final org.apache.axis.utils.CLOptionDescriptor[] allOptions
array of all supported classes used for parsing

Constructor Detail

WSDL2JavaNoSystemExit

public WSDL2JavaNoSystemExit()
Class Constructor

See Also:
WSDL2Java
Method Detail

gen

protected void gen(String[] args)
            throws Exception
The method parses the WSDL arguments to Java format and runs the tool

Parameters:
args - String array
Throws:
Exception - if problem during parsing occurs

generate

public static void generate(String[] args)
                     throws Exception
Static invocation of the gen(String[]) method of the class

Parameters:
args - String array
Throws:
Exception

main

public static void main(String[] args)
Run the WSDL2Java Emitter with the specified command-line arguments

Parameters:
args - String