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