|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Nested Class Summary |
| Nested classes inherited from class com.bea.control.Control |
com.bea.control.Control.Callback |
| Method Summary | |
com.bea.xml.XmlObject |
convertBytesToXML(byte[] data,
String mflUrl)
Executes MFL Transformation |
com.bea.xml.XmlObject |
convertInputStreamToXML(InputStream iStream,
String mflUrl)
Executes MFL Transformation |
com.bea.xml.XmlObject |
convertRawDataToXML(RawData rawData,
String mflUrl)
Executes MFL Transformation |
byte[] |
convertXmlToBytes(com.bea.xml.XmlObject xmlObject,
String mflUrl)
Executes MFL Translation from a Xml Data to Non-XML data |
RawData |
convertXmlToRawData(com.bea.xml.XmlObject xmlObject,
String mflUrl)
Executes MFL Translation from a Xml Data to Non-XML data |
weblogic.xml.stream.XMLInputStream |
mflstreamBinaryToXML(InputStream istream,
String mflUrl)
Executes a MFL which takes a Binary stream and the Mfl Url and return a Stream as output |
InputStream |
mflstreamXmlToBinary(weblogic.xml.stream.XMLInputStream istream,
String mflUrl)
Executes a MFL which takes a XML stream and the Mfl Url and return a Binary InputStream as output |
weblogic.xml.stream.XMLInputStream |
performStreamingXQuery(String xQueryName,
HashMap streams)
Executes a Xquery which takes a streams as input in the form of a hashMap and return a Stream as output |
com.bea.xml.XmlObject[] |
performXQuery(String xQueryName,
HashMap inputList)
Executes a Xquery which takes unknown arguments at run time |
com.bea.xml.XmlObject |
performXQueryOnXmlObject(String xQueryName,
com.bea.xml.XmlObject inputDoc,
String varName)
Executes a Xquery which takes a XmlObject in and XmlObject Out |
com.bea.xml.XmlObject |
performXSLT(String xslTemplate,
com.bea.xml.XmlObject source,
HashMap inputList)
Executes a XSLT Transformation which takes unknown primitive java arguments at run time |
| Method Detail |
public com.bea.xml.XmlObject[] performXQuery(String xQueryName,
HashMap inputList)
throws javax.resource.ResourceException
javax.resource.ResourceException - if any exception occurs while get
public weblogic.xml.stream.XMLInputStream performStreamingXQuery(String xQueryName,
HashMap streams)
throws javax.resource.ResourceException
javax.resource.ResourceException - if any exception occurs while get
public com.bea.xml.XmlObject performXQueryOnXmlObject(String xQueryName,
com.bea.xml.XmlObject inputDoc,
String varName)
throws javax.resource.ResourceException
varName - the variable named used for the xmlDocument in the Xquery
javax.resource.ResourceException - if any exception occurs while get
public com.bea.xml.XmlObject performXSLT(String xslTemplate,
com.bea.xml.XmlObject source,
HashMap inputList)
throws javax.resource.ResourceException
source - the XML file which needs to be transformed
javax.resource.ResourceException - if any exception occurs while get
public RawData convertXmlToRawData(com.bea.xml.XmlObject xmlObject,
String mflUrl)
throws javax.resource.ResourceException
javax.resource.ResourceException - if any exception occurs while get
public byte[] convertXmlToBytes(com.bea.xml.XmlObject xmlObject,
String mflUrl)
throws javax.resource.ResourceException
javax.resource.ResourceException - if any exception occurs while get
public com.bea.xml.XmlObject convertInputStreamToXML(InputStream iStream,
String mflUrl)
throws javax.resource.ResourceException
mflUrl - the url pointing to the URL file
javax.resource.ResourceException - if any exception occurs while get
public com.bea.xml.XmlObject convertRawDataToXML(RawData rawData,
String mflUrl)
throws javax.resource.ResourceException
rawData - the RawData containing the binary datamflUrl - the url pointing to the URL file
javax.resource.ResourceException - if any exception occurs while get
public com.bea.xml.XmlObject convertBytesToXML(byte[] data,
String mflUrl)
throws javax.resource.ResourceException
mflUrl - the url pointing to the URL file
javax.resource.ResourceException - if any exception occurs while get
public weblogic.xml.stream.XMLInputStream mflstreamBinaryToXML(InputStream istream,
String mflUrl)
throws javax.resource.ResourceException
mflUrl - The Mfl Urlistream - The InputStream
javax.resource.ResourceException - if any exception occurs while get
public InputStream mflstreamXmlToBinary(weblogic.xml.stream.XMLInputStream istream,
String mflUrl)
throws javax.resource.ResourceException
mflUrl - The Mfl Urlistream - The XMLInputStream
javax.resource.ResourceException - if any exception occurs while get
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||