Uses of Class
com.rapidtransform.core.model.XMLMarshalingException

Packages that use XMLMarshalingException
com.rapidtransform.core.meta.def   
com.rapidtransform.core.model   
 

Uses of XMLMarshalingException in com.rapidtransform.core.meta.def
 

Methods in com.rapidtransform.core.meta.def that throw XMLMarshalingException
static MetaModel BaseMetaModel.fromXML(java.io.InputStream xmlInput)
           
 void BaseMetaModel.marshal(java.io.OutputStream xmlOutput)
          creates the xml representation of the MetaModel
 XMLSerializable BaseMetaModel.unmarshal(java.io.InputStream xmlInput)
          Creates a MetaModel from an XML Input Stream.
 

Uses of XMLMarshalingException in com.rapidtransform.core.model
 

Methods in com.rapidtransform.core.model that throw XMLMarshalingException
 void XMLSerializable.marshal(java.io.OutputStream xmlOutput)
           
 XMLSerializable XMLSerializable.unmarshal(java.io.InputStream xmlInput)