Package com.ibm.di.fc.webservice.util
Class WSDL2JavaNoSystemExit
- java.lang.Object
-
- org.apache.axis.wsdl.gen.WSDL2
-
- org.apache.axis.wsdl.WSDL2Java
-
- 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
Fields Modifier and Type Field Description 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
-
-
Constructor Summary
Constructors Constructor Description WSDL2JavaNoSystemExit()
Class Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
gen(java.lang.String[] args)
The method parses the WSDL arguments to Java format and runs the toolstatic void
generate(java.lang.String[] args)
Static invocation of thegen(String[])
method of the classstatic void
main(java.lang.String[] args)
Run the WSDL2JavaEmitter
with the specified command-line arguments-
Methods inherited from class org.apache.axis.wsdl.WSDL2Java
createParser, parseOption, validateOptions
-
-
-
-
Method Detail
-
gen
protected void gen(java.lang.String[] args) throws java.lang.Exception
The method parses the WSDL arguments to Java format and runs the tool- Parameters:
args
- String array- Throws:
java.lang.Exception
- if problem during parsing occurs
-
generate
public static void generate(java.lang.String[] args) throws java.lang.Exception
Static invocation of thegen(String[])
method of the class- Parameters:
args
- String array- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args)
Run the WSDL2JavaEmitter
with the specified command-line arguments- Parameters:
args
- String
-
-