org.globus.cog.abstraction.xml
Class TaskUnmarshaller

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

public class TaskUnmarshaller
extends Object

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


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

Constructor Detail

TaskUnmarshaller

public TaskUnmarshaller()
Method Detail

unmarshal

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

unmarshal

public static Task unmarshal(Task xmlTask)
                      throws UnmarshalException
Throws:
UnmarshalException