cuba.util.ddgen
Class WSDDGenerator

java.lang.Object
  extended by cuba.util.ddgen.AbstractDDGenerator
      extended by cuba.util.ddgen.AbstractWSDDGenerator
          extended by cuba.util.ddgen.WSDDGenerator

public class WSDDGenerator
extends AbstractWSDDGenerator

AxisDDGenerator is used for generating an Axis Deployment Descriptor and WSDL files for a given CUBA component.

Author:
Jan Wegener

Field Summary
 
Fields inherited from class cuba.util.ddgen.AbstractDDGenerator
components, options
 
Constructor Summary
WSDDGenerator(java.util.ArrayList components, DDGeneratorOptions options)
           
 
Method Summary
 GeneratorResult generate(GeneratorResult result)
          Abstract Method that is called by the DDGenerator main-Method
protected  java.lang.String serviceName(CUBAComponent pComponent)
           
 
Methods inherited from class cuba.util.ddgen.AbstractWSDDGenerator
adapterClassName, insertCorrectClassName
 
Methods inherited from class cuba.util.ddgen.AbstractDDGenerator
createTextElement, serializeDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDDGenerator

public WSDDGenerator(java.util.ArrayList components,
                     DDGeneratorOptions options)
              throws GeneratorException
Throws:
GeneratorException
Method Detail

serviceName

protected java.lang.String serviceName(CUBAComponent pComponent)
Specified by:
serviceName in class AbstractWSDDGenerator

generate

public GeneratorResult generate(GeneratorResult result)
                         throws GeneratorException
Description copied from class: AbstractDDGenerator
Abstract Method that is called by the DDGenerator main-Method

Specified by:
generate in class AbstractDDGenerator
Throws:
GeneratorException