org.globus.cog.abstraction.xml
Class TaskMarshaller
java.lang.Object
org.globus.cog.abstraction.xml.TaskMarshaller
- public class TaskMarshaller
- extends Object
This class translates (marhals) an object of type Task
into an XML format.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskMarshaller
public TaskMarshaller()
marshal
public static void marshal(Task task,
File xmlFile)
throws MarshalException
- Throws:
MarshalException
marshal
public static void marshal(Task task,
Task xmlTask)
throws MarshalException
- Throws:
MarshalException