oracle.toplink.tools.ejb11
Class DDGenerator

java.lang.Object
  |
  +--oracle.toplink.tools.ejb11.DDGenerator

public class DDGenerator
extends java.lang.Object

Used to generate XML deployment descriptors from definition objects that have had their attributes set accordingly.

See Also:
DDDefinition, DDProjectDefinition

Constructor Summary
DDGenerator()
           DDGenerator constructor
 
Method Summary
TypeMethod
static void generateDDs(DDProjectDefinition ddProjDef, java.util.Vector ddDefs)
           Generate the XML deployment deployment files for the specified group of beans.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDGenerator

public DDGenerator()

DDGenerator constructor

Method Detail

generateDDs

public static void generateDDs(DDProjectDefinition ddProjDef,
                               java.util.Vector ddDefs)
                        throws java.io.IOException

Generate the XML deployment deployment files for the specified group of beans.

Parameters:
ddProjDef - project attributes that are used for all of the beans
ddDefs - Vector of DDDefinition objects that each specify the attributes of an EJB