Uses of Class
org.sourceforge.ifx.utils.IFXException

Packages that use IFXException
org.sourceforge.ifx.utils Contains common utility classes for the IFX Framework. 
 

Uses of IFXException in org.sourceforge.ifx.utils
 

Methods in org.sourceforge.ifx.utils that throw IFXException
static org.jdom.Document IFXDocumentHandler.build(IFXObject obj, java.lang.String namespacePrefix, java.lang.String namespaceURI)
          Builds a JDOM Document object from an IFXObject.
static void IFXDocumentHandler.write(org.jdom.Document doc, int indentSize, java.lang.String lineSeparator, java.io.OutputStream ostream)
          Writes a Document object to the specified output stream.
static IFXObject IFXDocumentHandler.parse(org.jdom.Document doc)
          Parses a Document object into an IFXObject.
static org.jdom.Document IFXDocumentHandler.read(java.io.InputStream istream, boolean validate, java.util.Map validationProperties)
          Reads an XML stream from the specified InputStream and returns a JDOM Document object.
 org.jdom.Element IFXEncoder.encode(IFXObject obj)
          Builds a JDOM Element for the IFXObject supplied.
 IFXObject IFXDecoder.decode(org.jdom.Element element)
          Decodes the element into its equivalent IFX XML representation.