cuba.util.ddgen
Class WSTDDGenerator

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

public class WSTDDGenerator
extends AbstractWSDDGenerator

WSTDDGenerator.

Version:
$Revision: 1.3 $ - $Modtime: $ ($Author: jlr $)
Author:
Thomas Kuhlmann

Field Summary
 
Fields inherited from class cuba.util.ddgen.AbstractDDGenerator
components, options
 
Constructor Summary
WSTDDGenerator(java.util.ArrayList components, DDGeneratorOptions options)
          Constructor.
 
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

WSTDDGenerator

public WSTDDGenerator(java.util.ArrayList components,
                      DDGeneratorOptions options)
               throws GeneratorException
Constructor.

Throws:
GeneratorException
Method Detail

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

serviceName

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