org.gxos.schema
Class Phase1Export

java.lang.Object
  |
  +--org.gxos.schema.Phase1ExportType
        |
        +--org.gxos.schema.Phase1Export
All Implemented Interfaces:
java.io.Serializable

public class Phase1Export
extends Phase1ExportType
implements java.io.Serializable

Container for Phase 1 which invokes "raw" or "native" Web Export and Extracts WebExportMD

See Also:
Serialized Form

Constructor Summary
Phase1Export()
           
 
Method Summary
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
static Phase1Export unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class org.gxos.schema.Phase1ExportType
getExportParameters, getExportPlace, getExportType, getNamingStrategy, getPhase1Source, getProcessingRecord, getSourceType, setExportParameters, setExportPlace, setExportType, setNamingStrategy, setPhase1Source, setProcessingRecord, setSourceType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Phase1Export

public Phase1Export()
Method Detail

isValid

public boolean isValid()
Overrides:
isValid in class Phase1ExportType

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Overrides:
marshal in class Phase1ExportType
Parameters:
out -  

marshal

public void marshal(org.xml.sax.DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Overrides:
marshal in class Phase1ExportType
Parameters:
handler -  

unmarshal

public static Phase1Export unmarshal(java.io.Reader reader)
                              throws org.exolab.castor.xml.MarshalException,
                                     org.exolab.castor.xml.ValidationException
Parameters:
reader -  

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Overrides:
validate in class Phase1ExportType