package

org.springframework.jca.cci.core

Provides the core JCA CCI support, based on CciTemplate and its associated callback interfaces.

Interfaces

CciOperations Interface that specifies a basic set of CCI operations on an EIS. 
ConnectionCallback<T> Generic callback interface for code that operates on a CCI Connection. 
InteractionCallback<T> Generic callback interface for code that operates on a CCI Interaction. 
RecordCreator Callback interface for creating a CCI Record instance, usually based on the passed-in CCI RecordFactory. 
RecordExtractor<T> Callback interface for extracting a result object from a CCI Record instance. 

Classes

CciTemplate This is the central class in the CCI core package.