|
Oracle Application Server TopLink API Reference 10g (9.0.4) B10491-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.toplink.tools.ejb11.DDGenerator
Used to generate XML deployment descriptors from definition objects that have had their attributes set accordingly.
DDDefinition, DDProjectDefinition| Constructor Summary | |
DDGenerator()DDGenerator constructor | |
| Method Summary | |
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 |
public DDGenerator()
DDGenerator constructor
| Method Detail |
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.
ddProjDef - project attributes that are used for all of the beansddDefs - Vector of DDDefinition objects that each specify the attributes of an EJBjava.io.IOException
|
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||