Uses of Class
gov.nih.nci.system.client.util.xml.XMLUtilityException

Packages that use XMLUtilityException
gov.nih.nci.system.client.util.xml   
 

Uses of XMLUtilityException in gov.nih.nci.system.client.util.xml
 

Methods in gov.nih.nci.system.client.util.xml that throw XMLUtilityException
 java.lang.Object XMLUtility.fromXML(java.io.File xmlFile)
          Instantiates an object from an XML File that contains the serialized output of that object.
 java.lang.Object Unmarshaller.fromXML(java.io.File file)
          Deserializes xml to a java bean
 java.lang.Object caCOREUnmarshaller.fromXML(java.io.File xmlFile)
           
 java.lang.Object XMLUtility.fromXML(java.io.Reader input)
          Instantiates an object from xml input that contains the serialized output of that object.
 java.lang.Object Unmarshaller.fromXML(java.io.Reader reader)
          Deserializes xml to a java bean.
 java.lang.Object caCOREUnmarshaller.fromXML(java.io.Reader input)
           
 java.lang.Object Marshaller.getBaseMarshaller()
          Returns the base marshaller
 Mapping caCOREUnmarshaller.getMapping()
           
 Mapping caCOREMarshaller.getMapping()
           
 java.lang.String XMLUtility.toXML(java.lang.Object beanObject)
          Serializes an object into xml
 java.lang.String Marshaller.toXML(java.lang.Object object)
          Returns a String representation of a Java object.
 java.lang.String caCOREMarshaller.toXML(java.lang.Object beanObject)
           
 void XMLUtility.toXML(java.lang.Object beanObject, java.io.Writer stream)
           
 void Marshaller.toXML(java.lang.Object object, java.io.Writer writer)
          Serializes an object to a java.io.Writer
 void caCOREMarshaller.toXML(java.lang.Object beanObject, java.io.Writer stream)