jakarta.resource.cci.InteractionSpec |
EISPlatform.buildInteractionSpec(EISInteraction interaction) |
Allow the platform to build the interaction spec based on properties defined in the interaction.
|
AbstractRecord |
EISPlatform.buildRow(jakarta.resource.cci.Record record,
EISInteraction interaction,
EISAccessor accessor) |
INTERNAL:
Allow the platform to handle record to row conversion.
|
Vector<AbstractRecord> |
EISPlatform.buildRows(jakarta.resource.cci.Record record,
EISInteraction interaction,
EISAccessor accessor) |
Allow the platform to handle record to row conversion.
|
AbstractRecord |
EISPlatform.createDatabaseRowFromDOMRecord(jakarta.resource.cci.Record record,
EISInteraction call,
EISAccessor accessor) |
INTERNAL:
Allow the platform to handle the creation of the Record for the DOM record.
|
jakarta.resource.cci.Record |
EISPlatform.createInputRecord(EISInteraction interaction,
EISAccessor accessor) |
Allow the platform to create the appropriate type of record for the interaction.
|
jakarta.resource.cci.Record |
EISPlatform.createOutputRecord(EISInteraction interaction,
AbstractRecord translationRow,
EISAccessor accessor) |
Allow the platform to create the appropriate type of record for the interaction.
|
void |
EISPlatform.setDOMInRecord(Element dom,
jakarta.resource.cci.Record record,
EISInteraction call,
EISAccessor accessor) |
Stores the XML DOM value into the record.
|