| Package | Description | 
|---|---|
| org.springframework.jca.cci.core | Provides the core JCA CCI support, based on CciTemplate
 and its associated callback interfaces. | 
| org.springframework.jca.cci.object | The classes in this package represent EIS operations as threadsafe,
 reusable objects. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected <T> T | CciTemplate. doExecute(InteractionSpec spec,
         Record inputRecord,
         Record outputRecord,
         RecordExtractor<T> outputExtractor)Execute the specified interaction on an EIS with CCI. | 
| <T> T | CciOperations. execute(InteractionSpec spec,
       RecordCreator inputCreator,
       RecordExtractor<T> outputExtractor)Execute the specified interaction on an EIS with CCI. | 
| <T> T | CciTemplate. execute(InteractionSpec spec,
       RecordCreator inputCreator,
       RecordExtractor<T> outputExtractor) | 
| <T> T | CciOperations. execute(InteractionSpec spec,
       Record inputRecord,
       RecordExtractor<T> outputExtractor)Execute the specified interaction on an EIS with CCI. | 
| <T> T | CciTemplate. execute(InteractionSpec spec,
       Record inputRecord,
       RecordExtractor<T> outputExtractor) | 
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | MappingRecordOperation.RecordExtractorImplImplementation of RecordExtractor that calls the enclosing
 class's  extractOutputDatamethod. |