cuba.util.ddgen
Class EJB2DDGenerator

java.lang.Object
  extended by cuba.util.ddgen.AbstractDDGenerator
      extended by cuba.util.ddgen.EJB2DDGenerator

public class EJB2DDGenerator
extends AbstractDDGenerator

EJB2DDGenerator

Author:
Jan Wegener

Field Summary
 
Fields inherited from class cuba.util.ddgen.AbstractDDGenerator
components, options
 
Constructor Summary
EJB2DDGenerator(java.util.ArrayList components, DDGeneratorOptions options)
           
 
Method Summary
 GeneratorResult generate(GeneratorResult result)
          Abstract Method that is called by the DDGenerator main-Method
 
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

EJB2DDGenerator

public EJB2DDGenerator(java.util.ArrayList components,
                       DDGeneratorOptions options)
                throws GeneratorException
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