org.apache.axis.wsdl

Class WSDL2Java

public class WSDL2Java extends WSDL2

Command line interface to the WSDL2Java utility
Field Summary
protected static intALLOW_INVALID_URL_OPT
Field ALLOW_INVALID_URL_OPT
protected static intALL_OPT
Field ALL_OPT
protected booleanbPackageOpt
Field bPackageOpt
protected static intBUILDFILE_OPT
Field BUILDFILE_OPT
protected static intCLASSPATH_OPT
protected static intFACTORY_CLASS_OPT
Field FACTORY_CLASS_OPT
protected static intHELPER_CLASS_OPT
Field HELPER_CLASS_OPT
protected static intIMPL_CLASS_OPT
Field IMPL_CLASS_OPT
protected static intNAMESPACE_FILE_OPT
Field NAMESPACE_FILE_OPT
protected static intNAMESPACE_OPT
Field NAMESPACE_OPT
protected static intNS_EXCLUDE_OPT
Filed namespace exclude
protected static intNS_INCLUDE_OPT
Field namespace include
protected static CLOptionDescriptor[]options
Define the understood options.
protected static intOUTPUT_OPT
Field OUTPUT_OPT
protected static intPACKAGE_OPT
Field PACKAGE_OPT
protected static intPASSWORD_OPT
Field PASSWORD_OPT
protected static intSCOPE_OPT
Field SCOPE_OPT
protected static intSERVER_OPT
Field SERVER_OPT
protected static intSKELETON_DEPLOY_OPT
Field SKELETON_DEPLOY_OPT
protected static intTEST_OPT
Field TEST_OPT
protected static intTYPEMAPPING_OPT
Field TYPEMAPPING_OPT
protected static intUSERNAME_OPT
Field USERNAME_OPT
protected static intWRAP_ARRAYS_OPT
Wrap arrays option
Constructor Summary
protected WSDL2Java()
Instantiate a WSDL2Java emitter.
Method Summary
protected ParsercreateParser()
Instantiate an extension of the Parser
static voidmain(String[] args)
Main Run the WSDL2Java emitter with the specified command-line arguments
protected voidparseOption(CLOption option)
Parse an option
protected voidvalidateOptions()
validateOptions This method is invoked after the options are set to validate the option settings.

Field Detail

ALLOW_INVALID_URL_OPT

protected static final int ALLOW_INVALID_URL_OPT
Field ALLOW_INVALID_URL_OPT

ALL_OPT

protected static final int ALL_OPT
Field ALL_OPT

bPackageOpt

protected boolean bPackageOpt
Field bPackageOpt

BUILDFILE_OPT

protected static final int BUILDFILE_OPT
Field BUILDFILE_OPT

CLASSPATH_OPT

protected static final int CLASSPATH_OPT

FACTORY_CLASS_OPT

protected static final int FACTORY_CLASS_OPT
Field FACTORY_CLASS_OPT

HELPER_CLASS_OPT

protected static final int HELPER_CLASS_OPT
Field HELPER_CLASS_OPT

IMPL_CLASS_OPT

protected static final int IMPL_CLASS_OPT
Field IMPL_CLASS_OPT

NAMESPACE_FILE_OPT

protected static final int NAMESPACE_FILE_OPT
Field NAMESPACE_FILE_OPT

NAMESPACE_OPT

protected static final int NAMESPACE_OPT
Field NAMESPACE_OPT

NS_EXCLUDE_OPT

protected static final int NS_EXCLUDE_OPT
Filed namespace exclude

NS_INCLUDE_OPT

protected static final int NS_INCLUDE_OPT
Field namespace include

options

protected static final 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

OUTPUT_OPT

protected static final int OUTPUT_OPT
Field OUTPUT_OPT

PACKAGE_OPT

protected static final int PACKAGE_OPT
Field PACKAGE_OPT

PASSWORD_OPT

protected static final int PASSWORD_OPT
Field PASSWORD_OPT

SCOPE_OPT

protected static final int SCOPE_OPT
Field SCOPE_OPT

SERVER_OPT

protected static final int SERVER_OPT
Field SERVER_OPT

SKELETON_DEPLOY_OPT

protected static final int SKELETON_DEPLOY_OPT
Field SKELETON_DEPLOY_OPT

TEST_OPT

protected static final int TEST_OPT
Field TEST_OPT

TYPEMAPPING_OPT

protected static final int TYPEMAPPING_OPT
Field TYPEMAPPING_OPT

USERNAME_OPT

protected static final int USERNAME_OPT
Field USERNAME_OPT

WRAP_ARRAYS_OPT

protected static final int WRAP_ARRAYS_OPT
Wrap arrays option

Constructor Detail

WSDL2Java

protected WSDL2Java()
Instantiate a WSDL2Java emitter.

Method Detail

createParser

protected Parser createParser()
Instantiate an extension of the Parser

Returns:

main

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

Parameters: args command-line arguments

parseOption

protected void parseOption(CLOption option)
Parse an option

Parameters: option is the option

validateOptions

protected void validateOptions()
validateOptions This method is invoked after the options are set to validate the option settings.
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.