org.globus.cog.abstraction.xml
Class Specification

java.lang.Object
  extended byorg.globus.cog.abstraction.xml.Specification
All Implemented Interfaces:
Serializable

public class Specification
extends Object
implements Serializable

Version:
$Revision: 1.1 $ $Date: 2005/04/22 09:53:24 $
See Also:
Serialized Form

Constructor Summary
Specification()
           
 
Method Summary
 FileTransferSpecification getFileTransferSpecification()
           
 JobSpecification getJobSpecification()
           
 boolean isValid()
           
 void marshal(DocumentHandler handler)
           
 void marshal(Writer out)
           
 void setFileTransferSpecification(FileTransferSpecification fileTransferSpecification)
           
 void setJobSpecification(JobSpecification jobSpecification)
           
static Specification unmarshal(Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Specification

public Specification()
Method Detail

getFileTransferSpecification

public FileTransferSpecification getFileTransferSpecification()

getJobSpecification

public JobSpecification getJobSpecification()

isValid

public boolean isValid()

marshal

public void marshal(Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setFileTransferSpecification

public void setFileTransferSpecification(FileTransferSpecification fileTransferSpecification)
Parameters:
fileTransferSpecification -

setJobSpecification

public void setJobSpecification(JobSpecification jobSpecification)
Parameters:
jobSpecification -

unmarshal

public static Specification unmarshal(Reader reader)
                               throws org.exolab.castor.xml.MarshalException,
                                      org.exolab.castor.xml.ValidationException
Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Throws:
org.exolab.castor.xml.ValidationException