org.globus.cog.abstraction.xml
Class TaskGraphUnmarshaller

java.lang.Object
  extended byorg.globus.cog.abstraction.xml.TaskGraphUnmarshaller

public class TaskGraphUnmarshaller
extends Object

This class translates (unmarshals) an XML file into an object of type TaskGraph.


Constructor Summary
TaskGraphUnmarshaller()
           
 
Method Summary
static TaskGraph unmarshal(File xmlFile)
           
static TaskGraph unmarshal(TaskGraph xmlTaskGraph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskGraphUnmarshaller

public TaskGraphUnmarshaller()
Method Detail

unmarshal

public static TaskGraph unmarshal(File xmlFile)
                           throws UnmarshalException
Throws:
UnmarshalException

unmarshal

public static TaskGraph unmarshal(TaskGraph xmlTaskGraph)
                           throws UnmarshalException
Throws:
UnmarshalException