org.jboss.axis.wsdl
Class WSDL2Java

java.lang.Object
  extended byorg.jboss.axis.wsdl.gen.WSDL2 (src) 
      extended byorg.jboss.axis.wsdl.WSDL2Java

public class WSDL2Java
extends WSDL2 (src)

Command line interface to the WSDL2Java utility


Field Summary
protected static int ALL_OPT
           
protected  boolean bPackageOpt
           
protected static int FACTORY_CLASS_OPT
           
protected static int HELPER_CLASS_OPT
           
protected static int NAMESPACE_FILE_OPT
           
protected static int NAMESPACE_OPT
           
protected static CLOptionDescriptor (src) [] options
          Define the understood options.
protected static int OUTPUT_OPT
           
protected static int PACKAGE_OPT
           
protected static int PASSWORD_OPT
           
protected static int SCOPE_OPT
           
protected static int SERVER_OPT
           
protected static int SKELETON_DEPLOY_OPT
           
protected static int TEST_OPT
           
protected static int TYPEMAPPING_OPT
           
protected static int USERNAME_OPT
           
 
Fields inherited from class org.jboss.axis.wsdl.gen.WSDL2 (src)
DEBUG_OPT, HELP_OPT, NETWORK_TIMEOUT_OPT, NOIMPORTS_OPT, NOWRAP_OPT, parser, VERBOSE_OPT, wsdlURI
 
Constructor Summary
protected WSDL2Java()
          Instantiate a WSDL2Java emitter.
 
Method Summary
protected  Parser (src) createParser()
          Instantiate an extension of the Parser
static void main(java.lang.String[] args)
          Main Run the WSDL2Java emitter with the specified command-line arguments
protected  void parseOption(CLOption (src)  option)
          Parse an option
protected  void validateOptions()
          validateOptions This method is invoked after the options are set to validate the option settings.
 
Methods inherited from class org.jboss.axis.wsdl.gen.WSDL2 (src)
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

SERVER_OPT

protected static final int SERVER_OPT
See Also:
Constant Field Values (src)

SKELETON_DEPLOY_OPT

protected static final int SKELETON_DEPLOY_OPT
See Also:
Constant Field Values (src)

NAMESPACE_OPT

protected static final int NAMESPACE_OPT
See Also:
Constant Field Values (src)

NAMESPACE_FILE_OPT

protected static final int NAMESPACE_FILE_OPT
See Also:
Constant Field Values (src)

OUTPUT_OPT

protected static final int OUTPUT_OPT
See Also:
Constant Field Values (src)

SCOPE_OPT

protected static final int SCOPE_OPT
See Also:
Constant Field Values (src)

TEST_OPT

protected static final int TEST_OPT
See Also:
Constant Field Values (src)

PACKAGE_OPT

protected static final int PACKAGE_OPT
See Also:
Constant Field Values (src)

ALL_OPT

protected static final int ALL_OPT
See Also:
Constant Field Values (src)

TYPEMAPPING_OPT

protected static final int TYPEMAPPING_OPT
See Also:
Constant Field Values (src)

FACTORY_CLASS_OPT

protected static final int FACTORY_CLASS_OPT
See Also:
Constant Field Values (src)

HELPER_CLASS_OPT

protected static final int HELPER_CLASS_OPT
See Also:
Constant Field Values (src)

USERNAME_OPT

protected static final int USERNAME_OPT
See Also:
Constant Field Values (src)

PASSWORD_OPT

protected static final int PASSWORD_OPT
See Also:
Constant Field Values (src)

bPackageOpt

protected boolean bPackageOpt

options

protected static final CLOptionDescriptor (src) [] 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

protected WSDL2Java()
Instantiate a WSDL2Java emitter.

Method Detail

createParser

protected Parser (src)  createParser()
Instantiate an extension of the Parser

Overrides:
createParser in class WSDL2 (src)

parseOption

protected void parseOption(CLOption (src)  option)
Parse an option

Overrides:
parseOption in class WSDL2 (src)
Parameters:
option - is the option

validateOptions

protected void validateOptions()
validateOptions This method is invoked after the options are set to validate the option settings.

Overrides:
validateOptions in class WSDL2 (src)

main

public static void main(java.lang.String[] args)
Main Run the WSDL2Java emitter with the specified command-line arguments

Parameters:
args - command-line arguments