|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
DatasourceCall
oracle.toplink.eis.interactions.EISInteraction
oracle.toplink.eis.interactions.MappedInteraction
oracle.toplink.eis.interactions.XMLInteraction
Defines the specification for a call to a JCA interaction that uses XML. Builds the input and output XML records from the arguments. This extends MappedInteraction to allow for mapped style of argument input and output.
Constructor Summary | |
XMLInteraction() Default constructor. |
Method Summary | |
DatabaseRow |
buildRow(javax.resource.cci.Record record, EISAccessor accessor) Build a database row from the record returned from the interaction. |
java.util.Vector |
buildRows(javax.resource.cci.Record record, EISAccessor accessor) Build a collection of database rows from the Record returned from the interaction. |
org.w3c.dom.Element |
createInputDOM(EISAccessor accessor) Create a DOM for this interaction. |
javax.resource.cci.Record |
createInputRecord(EISAccessor accessor) Create a DOM input record for this interaction. |
java.lang.String |
getInputRootElementName() PUBLIC: Return the root element name to use for the input DOM. |
java.lang.String |
getLogString(Accessor accessor) Return the string for logging purposes. |
java.lang.String |
getOutputRootElementName() PUBLIC: Return the root element name to use for the output DOM. |
void |
prepare(Session session) Set the default record name from the descriptor. |
void |
setInputRootElementName(java.lang.String inputRootElementName) PUBLIC: Set the root element name to use for the input DOM. |
void |
setOutputRootElementName(java.lang.String outputRootElementName) PUBLIC: Set the root element name to use for the output DOM. |
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, translate |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XMLInteraction()
Method Detail |
public java.lang.String getInputRootElementName()
public void setInputRootElementName(java.lang.String inputRootElementName)
public java.lang.String getOutputRootElementName()
public void setOutputRootElementName(java.lang.String outputRootElementName)
public void prepare(Session session)
prepare
in class EISInteraction
public javax.resource.cci.Record createInputRecord(EISAccessor accessor)
createInputRecord
in class MappedInteraction
public org.w3c.dom.Element createInputDOM(EISAccessor accessor)
public DatabaseRow buildRow(javax.resource.cci.Record record, EISAccessor accessor)
buildRow
in class MappedInteraction
public java.util.Vector buildRows(javax.resource.cci.Record record, EISAccessor accessor)
buildRows
in class EISInteraction
public java.lang.String getLogString(Accessor accessor)
getLogString
in class EISInteraction
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |