Class 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
      • 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
    • 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 tool
      static void generate​(java.lang.String[] args)
      Static invocation of the gen(String[]) method of the class
      static void main​(java.lang.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​(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 the gen(String[]) method of the class
        Parameters:
        args - String array
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)
        Run the WSDL2Java Emitter with the specified command-line arguments
        Parameters:
        args - String