|
||||||||||
| 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 |
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 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||