|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) B32476-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.toplink.internal.databaseaccess.DatasourceCall
oracle.toplink.eis.interactions.EISInteraction
oracle.toplink.eis.interactions.MappedInteraction
oracle.toplink.eis.interactions.XMLInteraction
oracle.toplink.eis.interactions.XQueryInteraction
public class XQueryInteraction
Defines the specification for a call to a JCA interaction that uses XQuery. Translates the XQuery from the query arguments. Builds the input and output XML records.
| Constructor Summary | |
|---|---|
XQueryInteraction()
Default constructor. |
|
XQueryInteraction(java.lang.String xQueryString)
Construct the interaction with the XQuery string. |
|
| Method Summary | |
|---|---|
org.w3c.dom.Element |
createInputDOM(EISAccessor accessor)
Create a DOM for this interaction. |
java.lang.String |
getLogString(Accessor accessor)
Return the string for logging purposes. |
java.lang.String |
getXQueryString()
Return the XQuery string. |
void |
setXQueryString(java.lang.String xQueryString)
Set the XQuery string. |
| Methods inherited from class oracle.toplink.eis.interactions.XMLInteraction |
|---|
buildRow, buildRows, createInputRecord, getInputRootElementName, getOutputRootElementName, setInputRootElementName, setOutputRootElementName |
| Methods inherited from class oracle.toplink.eis.interactions.MappedInteraction |
|---|
addArgument, addArgument, addArgumentValue, getArgumentNames, getInputResultPath, setInputResultPath |
| Methods inherited from class oracle.toplink.eis.interactions.EISInteraction |
|---|
addOutputArgument, addOutputArgument, createRecordElement, getArguments, getFunctionName, getInputRecordName, getInteractionSpec, getOutputArgumentNames, getOutputArguments, getOutputResultPath, getProperties, getProperty, hasArguments, hasOutputArguments, isEISInteraction, setFunctionName, setInputRecordName, setInputRow, setInteractionSpec, setOutputArgumentNames, setOutputArguments, setOutputResultPath, setProperties, setProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XQueryInteraction()
public XQueryInteraction(java.lang.String xQueryString)
| Method Detail |
|---|
public java.lang.String getXQueryString()
public void setXQueryString(java.lang.String xQueryString)
public org.w3c.dom.Element createInputDOM(EISAccessor accessor)
createInputDOM in class XMLInteractionpublic java.lang.String getLogString(Accessor accessor)
getLogString in interface CallgetLogString in class XMLInteraction
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||