Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.7)
E10659-10


oracle.soa.management.facade
Class MigrationPlanFactory

java.lang.Object
  extended by oracle.soa.management.facade.MigrationPlanFactory


public class MigrationPlanFactory
extends java.lang.Object

Creates MigrationPlan objects for interacting with the composite instance migration facility.


Method Summary
 oracle.soa.management.facade.MigrationPlan create(org.w3c.dom.Document plan)
          Create a MigrationPlan from an XML document.
 oracle.soa.management.facade.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

getInstance

public static MigrationPlanFactory getInstance()

create

public oracle.soa.management.facade.MigrationPlan create(org.w3c.dom.Document plan)
Create a MigrationPlan from an XML document.
Parameters:
plan - The XML document defining the plan
Returns:
A MigrationPlan object based on the specified Document

create

public oracle.soa.management.facade.MigrationPlan create(java.io.File planFile)
                                                  throws java.lang.Exception
Create a MigrationPlan from an XML file.
Parameters:
planFile - The XML File defining the plan
Returns:
A MigrationPlan object based on the specified file
Throws:
java.lang.Exception

Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.7)
E10659-10


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.