Methods in org.springframework.jca.cci.core with parameters of type RecordExtractor |
protected java.lang.Object |
CciTemplate.doExecute(javax.resource.cci.InteractionSpec spec,
javax.resource.cci.Record inputRecord,
javax.resource.cci.Record outputRecord,
RecordExtractor outputExtractor)
Execute the specified interaction on an EIS with CCI. |
java.lang.Object |
CciTemplate.execute(javax.resource.cci.InteractionSpec spec,
RecordCreator inputCreator,
RecordExtractor outputExtractor)
|
java.lang.Object |
CciOperations.execute(javax.resource.cci.InteractionSpec spec,
RecordCreator inputCreator,
RecordExtractor outputExtractor)
Execute the specified interaction on an EIS with CCI. |
java.lang.Object |
CciTemplate.execute(javax.resource.cci.InteractionSpec spec,
javax.resource.cci.Record inputRecord,
RecordExtractor outputExtractor)
|
java.lang.Object |
CciOperations.execute(javax.resource.cci.InteractionSpec spec,
javax.resource.cci.Record inputRecord,
RecordExtractor outputExtractor)
Execute the specified interaction on an EIS with CCI. |