open class SimpleRecordOperation : EisOperation
EIS operation object that accepts a passed-in CCI input Record and returns a corresponding CCI output Record.
Author
Juergen Hoeller
Since
1.2
SimpleRecordOperation()
Constructor that allows use as a JavaBean. SimpleRecordOperation(connectionFactory: ConnectionFactory, interactionSpec: InteractionSpec)
Convenient constructor with ConnectionFactory and specifications (connection and interaction). |
open fun execute(inputRecord: Record): Record
Execute the CCI interaction encapsulated by this operation object. This method will call CCI's open fun execute(inputRecord: Record, outputRecord: Record): Unit
Execute the CCI interaction encapsulated by this operation object. This method will call CCI's |
open fun afterPropertiesSet(): Unit |
|
open fun getCciTemplate(): CciTemplate
Return the CciTemplate used by this operation. |
|
open fun getInteractionSpec(): InteractionSpec
Return the CCI InteractionSpec for this operation. |
|
open fun setCciTemplate(cciTemplate: CciTemplate): Unit
Set the CciTemplate to be used by this operation. Alternatively, specify a CCI ConnectionFactory. |
|
open fun setConnectionFactory(connectionFactory: ConnectionFactory): Unit
Set the CCI ConnectionFactory to be used by this operation. |
|
open fun setInteractionSpec(interactionSpec: InteractionSpec): Unit
Set the CCI InteractionSpec for this operation. |