| Package | Description | 
|---|---|
| org.springframework.jca.cci.core | Provides the core JCA CCI support, based on CciTemplate
 and its associated callback interfaces. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | CciOperations. execute(InteractionCallback<T> action)Execute a request on an EIS with CCI, implemented as callback action
 working on a CCI Interaction. | 
| <T> T | CciTemplate. execute(InteractionCallback<T> action) |