org.apache.geronimo.ews.ws4j2ee.toWs.wsdl
Class WSDLGenerator

java.lang.Object
  extended byorg.apache.axis.wsdl.Java2WSDL
      extended byorg.apache.geronimo.ews.ws4j2ee.toWs.wsdl.WSDLGenerator
All Implemented Interfaces:
Generator

public class WSDLGenerator
extends org.apache.axis.wsdl.Java2WSDL
implements Generator

This genarated theWrapper WS required in the Axis.

Author:
Srinath Perera(hemapani@opensource.lk)

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.axis.wsdl.Java2WSDL
BINDING_NAME_OPT, className, CLASSPATH_OPT, DEPLOY_OPT, EXTRA_CLASSES_OPT, HELP_OPT, IMPL_CLASS_OPT, IMPORT_SCHEMA_OPT, INHERITED_CLASS_OPT, INPUT_OPT, isDeploy, LOCATION_IMPORT_OPT, LOCATION_OPT, METHODS_ALLOWED_OPT, METHODS_NOTALLOWED_OPT, mode, NAMESPACE_IMPL_OPT, NAMESPACE_OPT, namespaceMap, options, OUTPUT_IMPL_OPT, OUTPUT_OPT, OUTPUT_WSDL_MODE_OPT, PACKAGE_OPT, PORTTYPE_NAME_OPT, SERVICE_ELEMENT_NAME_OPT, SERVICE_PORT_NAME_OPT, SOAPACTION_OPT, STOP_CLASSES_OPT, STYLE_OPT, TYPEMAPPING_OPT, typeMappingVersion, USE_OPT, wsdlFilename, wsdlImplFilename
 
Constructor Summary
WSDLGenerator(J2EEWebServiceContext wscontext, org.apache.axis.wsdl.fromJava.Emitter emitter, Ws4J2eeDeployContext clparser)
           
 
Method Summary
 void generate()
          at the call of the genarate method the Genarator will genarate what it is suppose to be genarate.
 
Methods inherited from class org.apache.axis.wsdl.Java2WSDL
addOptions, createEmitter, generateServerSide, main, parseOption, printUsage, run, validateOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

WSDLGenerator

public WSDLGenerator(J2EEWebServiceContext wscontext,
                     org.apache.axis.wsdl.fromJava.Emitter emitter,
                     Ws4J2eeDeployContext clparser)
              throws GenerationFault
Method Detail

generate

public void generate()
              throws GenerationFault
Description copied from interface: Generator

at the call of the genarate method the Genarator will genarate what it is suppose to be genarate. Usally the Genarator is a assembly of One or more writers.

Specified by:
generate in interface Generator
Throws:
GenerationFault


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