org.globus.cog.abstraction.xml
Class TaskGraphUnmarshaller
java.lang.Object
org.globus.cog.abstraction.xml.TaskGraphUnmarshaller
- public class TaskGraphUnmarshaller
- extends Object
This class translates (unmarshals) an XML file into an object of type TaskGraph.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskGraphUnmarshaller
public TaskGraphUnmarshaller()
unmarshal
public static TaskGraph unmarshal(File xmlFile)
throws UnmarshalException
- Throws:
UnmarshalException
unmarshal
public static TaskGraph unmarshal(TaskGraph xmlTaskGraph)
throws UnmarshalException
- Throws:
UnmarshalException