WebLogic Integration


Uses of Class
com.bea.wlxt.WLXTException

Packages that use WLXTException
com.bea.wlxt Provides the WebLogic Integration XML-Non XML Translator classes. 
 

Uses of WLXTException in com.bea.wlxt
 

Methods in com.bea.wlxt that throw WLXTException
 void WLXT.init(java.util.Properties properties)
          Initialize the WLXT with a Properties object.
 void WLXT.init(java.lang.String filename)
          Initialize WLXT with a Properties file.
 void WLXT.reinitStylesheet(java.net.URL stylesheetURI)
          Reinitialize a single stylesheet.
 void WLXT.reinit(java.util.Properties properties)
          Reinitialize the entire cache.
 void WLXT.addStylesheet(java.net.URL stylesheetURI)
          Add a single stylesheet to the cache.
 void WLXT.addStylesheet(java.net.URL stylesheetURI, org.xml.sax.InputSource stylesheetInput)
          Add a single stylesheet to the cache.
 void WLXT.addMFLDocument(java.net.URL mflDocumentURI)
          Add a MFL document to the cache.
 void WLXT.addMFLDocument(java.net.URL mflDocumentURI, org.xml.sax.InputSource mflInput)
          Add a MFL document to the cache.
 void WLXT.addMFLDocument(java.net.URL mflDocumentURI, com.bea.wlxt.mfl.MFLRoot mfl)
          Add a MFL document to the cache.
 void WLXT.addMFLDocument(java.net.URL mflDocumentURI, java.io.InputStream mflInput)
           
 void WLXT.addMFLDocument(java.net.URL mflDocumentURI, java.io.Reader mflInput)
           
 java.lang.String WLXT.extractEncodingFromXMLSource(java.io.File file)
          This method extracts the xml declaration from a File object and passes it to the overloaded version of the method as a String.
 java.lang.String WLXT.extractEncodingFromXMLSource(java.net.URL mflDoc)
          This method extracts the xml declaration from a URL object and passes it to the overloaded version of the method as a String.
 com.bea.wlxt.mfl.MFLRoot WLXT.getMFLDocument(java.net.URL mflDocumentURI)
           
 org.w3c.dom.Document WLXT.parse(java.net.URL mflURI, java.io.InputStream binaryInput, java.io.PrintWriter debug, boolean escape)
          Parse binary data given in binaryInput argument using the MFL document specified by mflURI.
 org.w3c.dom.Document WLXT.parse(java.net.URL mflURI, java.io.InputStream binaryInput, java.io.PrintWriter debug)
          Parse binary data given in binaryInput argument using the MFL document specified by mflURI.
 org.w3c.dom.Document WLXT.parse(java.net.URL mflURI, java.io.InputStream binaryInput, java.lang.String dtdSystemId, java.io.PrintWriter debug)
          Parse binary data given in binaryInput argument using the MFL document specified by mflURI.
 org.w3c.dom.Document WLXT.parse(java.net.URL mflURI, java.io.InputStream binaryInput, java.lang.String defaultNamespace, java.lang.String schemaLocation, java.io.PrintWriter debug)
          Parse binary data given in binaryInput argument using the MFL document specified by mflURI.
 void WLXT.serialize(java.net.URL mflURI, org.w3c.dom.Document document, java.io.OutputStream binaryOutput, java.io.PrintWriter debug)
          Serialize the XML data (given in document argument) to the binary format specified by the MFL document (mflURI).
 void WLXT.serialize(java.net.URL mflURI, java.io.InputStream xmlInput, java.io.OutputStream binaryOutput)
          Serialize the XML data (given in xmlInput argument) to the binary format specified by the MFL document (mflURI).
 void WLXT.serialize(java.net.URL mflURI, org.xml.sax.InputSource xmlInput, java.io.OutputStream binaryOutput)
          Serialize the XML data (given in xmlInput argument) to the binary format specified by the MFL document (mflURI).
 void WLXT.serialize(java.net.URL mflURI, java.io.InputStream xmlInput, java.io.OutputStream binaryOutput, java.io.PrintWriter debug)
          Serialize the XML data (given in xmlInput argument) to the binary format specified by the MFL document (mflURI).
 void WLXT.serialize(java.net.URL mflURI, org.xml.sax.InputSource xmlInput, java.io.OutputStream binaryOutput, java.io.PrintWriter debug)
          Serialize the XML data (given in xmlInput argument) to the binary format specified by the MFL document (mflURI).
 void WLXT.transform(org.xml.sax.InputSource xmlInput, java.io.OutputStream out, java.net.URL stylesheetURI)
          Perform an XSLT transformation on the XML input argument using the specified stylesheet.
 void WLXT.transform(org.w3c.dom.Document document, java.io.OutputStream out, java.net.URL stylesheetURI)
          Perform an XSLT transformation on the document argument using the specified stylesheet.
 org.w3c.dom.Document WLXT.transform(org.xml.sax.InputSource xmlInput, java.net.URL stylesheetURI)
          Perform an XSLT transformation on the document argument using the specified stylesheet.
 org.w3c.dom.Document WLXT.transform(org.w3c.dom.Document document, java.net.URL stylesheetURI)
          Perform an XSLT transformation on the document argument using the specified stylesheet.
 java.lang.String Transform.binaryToXml(java.io.InputStream in)
           
 java.lang.String Transform.binaryToXml(java.io.InputStream in, java.io.PrintWriter debug)
           
 org.w3c.dom.Document Transform.binaryToDOM(java.io.InputStream in)
           
 org.w3c.dom.Document Transform.binaryToDOM(java.io.InputStream in, java.io.PrintWriter debug)
           
 byte[] Transform.xmlToBinary(java.io.InputStream xml)
           
 byte[] Transform.xmlToBinary(java.io.InputStream xml, java.io.PrintWriter debug)
           
 byte[] Transform.xmlToBinary(java.io.Reader xml)
           
 byte[] Transform.xmlToBinary(java.io.Reader xml, java.io.PrintWriter debug)
           
 


WebLogic Integration

WebLogic Integration (WLI)