| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DynamicTransformationControl
| Nested Class Summary | |
|---|---|
| static interface | DynamicTransformationControl.DdtfSpecifies the XQuery functions that can be used by the queries and the type of encoding used a design time. | 
| static interface | DynamicTransformationControl.XquerySpecifies the XQuery files and their attributes for XQuery transformations at run time. | 
| static interface | DynamicTransformationControl.XsltSpecifies the XSL file to be used for the transformation. | 
| Method Summary | |
|---|---|
|  org.apache.xmlbeans.XmlObject | convertBytesToXML(byte[] data,
                  String mflUrl)Executes MFL Transformation | 
|  org.apache.xmlbeans.XmlObject | convertInputStreamToXML(InputStream iStream,
                        String mflUrl)Executes MFL Transformation | 
|  org.apache.xmlbeans.XmlObject | convertRawDataToXML(RawData rawData,
                    String mflUrl)Executes MFL Transformation | 
|  byte[] | convertXmlToBytes(org.apache.xmlbeans.XmlObject xmlObject,
                  String mflUrl)Executes MFL Translation from a Xml Data to Non-XML data | 
|  RawData | convertXmlToRawData(org.apache.xmlbeans.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 | 
|  org.apache.xmlbeans.XmlObject[] | performXQuery(String xQueryName,
              HashMap inputList)Executes a Xquery which takes unknown arguments at run time | 
|  org.apache.xmlbeans.XmlObject | performXQueryOnXmlObject(String xQueryName,
                         org.apache.xmlbeans.XmlObject inputDoc,
                         String varName)Executes a Xquery which takes a XmlObject in and XmlObject Out | 
|  org.apache.xmlbeans.XmlObject | performXSLT(String xslTemplate,
            org.apache.xmlbeans.XmlObject source,
            HashMap inputList)Executes a XSLT Transformation which takes unknown primitive java arguments at run time | 
|  boolean | unregisterMFL(String url)Unregisters an MFL URL from cache. | 
| Method Detail | 
|---|
org.apache.xmlbeans.XmlObject[] performXQuery(String xQueryName,
                                              HashMap inputList)
                                              throws javax.resource.ResourceException
xQueryName - Xquery StringinputList - HashMap which takes a map of variable names and the Input documments
javax.resource.ResourceException - if any exception occurs while get
weblogic.xml.stream.XMLInputStream performStreamingXQuery(String xQueryName,
                                                          HashMap streams)
                                                          throws javax.resource.ResourceException
xQueryName - Xquery Stringstreams - HashMap  containing the streams with name as the xq variable name and value as the stream
javax.resource.ResourceException - if any exception occurs while get
org.apache.xmlbeans.XmlObject performXQueryOnXmlObject(String xQueryName,
                                                       org.apache.xmlbeans.XmlObject inputDoc,
                                                       String varName)
                                                       throws javax.resource.ResourceException
xQueryName - Xquery StringinputDoc - the xmlObject DocumentvarName - the variable named used for the xmlDocument in the Xquery
javax.resource.ResourceException - if any exception occurs while get
org.apache.xmlbeans.XmlObject performXSLT(String xslTemplate,
                                          org.apache.xmlbeans.XmlObject source,
                                          HashMap inputList)
                                          throws javax.resource.ResourceException
xslTemplate - URI string which points to the Xsl Template filesource - the XML file which needs to be transformedinputList - HashMap which takes a map of variable names and the objects
javax.resource.ResourceException - if any exception occurs while get
RawData convertXmlToRawData(org.apache.xmlbeans.XmlObject xmlObject,
                            String mflUrl)
                            throws javax.resource.ResourceException
xmlObject - XmlObjectmflUrl - The url string which points to the mfl file
javax.resource.ResourceException - if any exception occurs while get
byte[] convertXmlToBytes(org.apache.xmlbeans.XmlObject xmlObject,
                         String mflUrl)
                         throws javax.resource.ResourceException
xmlObject - XmlObjectmflUrl - The url string which points to the mfl file
javax.resource.ResourceException - if any exception occurs while get
org.apache.xmlbeans.XmlObject convertInputStreamToXML(InputStream iStream,
                                                      String mflUrl)
                                                      throws javax.resource.ResourceException
iStream - InputStream the inputStream containing the binary datamflUrl - the url pointing to the URL file
javax.resource.ResourceException - if any exception occurs while get
org.apache.xmlbeans.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
org.apache.xmlbeans.XmlObject convertBytesToXML(byte[] data,
                                                String mflUrl)
                                                throws javax.resource.ResourceException
data - the binary datamflUrl - the url pointing to the URL file
javax.resource.ResourceException - if any exception occurs while get
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
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
boolean unregisterMFL(String url)
                      throws javax.resource.ResourceException
url - - the url of the MFL file
javax.resource.ResourceException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||