org.apache.geronimo.ews.jaxrpcmapping
Class WsdlToJ2ee

java.lang.Object
  extended byorg.apache.axis.wsdl.gen.WSDL2
      extended byorg.apache.geronimo.ews.jaxrpcmapping.WsdlToJ2ee

public class WsdlToJ2ee
extends org.apache.axis.wsdl.gen.WSDL2

Author:
Ias (iasandcb@tmax.co.kr)

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 MAPPING_OPT
           
protected static int NAMESPACE_FILE_OPT
           
protected static int NAMESPACE_OPT
           
protected static org.apache.axis.utils.CLOptionDescriptor[] 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.apache.axis.wsdl.gen.WSDL2
DEBUG_OPT, HELP_OPT, NETWORK_TIMEOUT_OPT, NOIMPORTS_OPT, NOWRAP_OPT, parser, QUIET_OPT, VERBOSE_OPT, wsdlURI
 
Constructor Summary
WsdlToJ2ee()
           
 
Method Summary
protected  org.apache.axis.wsdl.gen.Parser createParser()
           
static void main(java.lang.String[] args)
          Main
protected  void parseOption(org.apache.axis.utils.CLOption option)
           
protected  void run(java.lang.String[] args)
          run checkes the command-line arguments and runs the tool.
protected  void validateOptions()
          validateOptions This method is invoked after the options are set to validate the option settings.
 
Methods inherited from class org.apache.axis.wsdl.gen.WSDL2
addOptions, getParser, printUsage, removeOption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAPPING_OPT

protected static final int MAPPING_OPT
See Also:
Constant Field Values

SERVER_OPT

protected static final int SERVER_OPT
See Also:
Constant Field Values

SKELETON_DEPLOY_OPT

protected static final int SKELETON_DEPLOY_OPT
See Also:
Constant Field Values

NAMESPACE_OPT

protected static final int NAMESPACE_OPT
See Also:
Constant Field Values

NAMESPACE_FILE_OPT

protected static final int NAMESPACE_FILE_OPT
See Also:
Constant Field Values

OUTPUT_OPT

protected static final int OUTPUT_OPT
See Also:
Constant Field Values

SCOPE_OPT

protected static final int SCOPE_OPT
See Also:
Constant Field Values

TEST_OPT

protected static final int TEST_OPT
See Also:
Constant Field Values

PACKAGE_OPT

protected static final int PACKAGE_OPT
See Also:
Constant Field Values

ALL_OPT

protected static final int ALL_OPT
See Also:
Constant Field Values

TYPEMAPPING_OPT

protected static final int TYPEMAPPING_OPT
See Also:
Constant Field Values

FACTORY_CLASS_OPT

protected static final int FACTORY_CLASS_OPT
See Also:
Constant Field Values

HELPER_CLASS_OPT

protected static final int HELPER_CLASS_OPT
See Also:
Constant Field Values

USERNAME_OPT

protected static final int USERNAME_OPT
See Also:
Constant Field Values

PASSWORD_OPT

protected static final int PASSWORD_OPT
See Also:
Constant Field Values

bPackageOpt

protected boolean bPackageOpt

options

protected static final org.apache.axis.utils.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

Constructor Detail

WsdlToJ2ee

public WsdlToJ2ee()
Method Detail

createParser

protected org.apache.axis.wsdl.gen.Parser createParser()

parseOption

protected void parseOption(org.apache.axis.utils.CLOption option)

validateOptions

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


run

protected void run(java.lang.String[] args)
run checkes the command-line arguments and runs the tool.

Parameters:
args - String[] command-line arguments.

main

public static void main(java.lang.String[] args)
Main



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.