|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10659-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.soa.management.facade.MigrationPlanFactory
public class MigrationPlanFactory
Creates MigrationPlan objects for interacting with the composite instance migration facility.
| Method Summary | |
|---|---|
MigrationPlan |
create(org.w3c.dom.Document plan)Create a MigrationPlan from an XML document. |
MigrationPlan |
create(java.io.File planFile)Create a MigrationPlan from an XML file. |
static MigrationPlanFactory |
getInstance() |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MigrationPlanFactory getInstance()
public MigrationPlan create(org.w3c.dom.Document plan)
plan - The XML document defining the plan
public MigrationPlan create(java.io.File planFile)
throws java.lang.Exception
planFile - The XML File defining the planjava.lang.Exception
|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10659-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||