org.globus.cog.abstraction.xml
Class TaskMarshaller

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

public class TaskMarshaller
extends Object

This class translates (marhals) an object of type Task into an XML format.


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

Constructor Detail

TaskMarshaller

public TaskMarshaller()
Method Detail

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