spring-framework / org.springframework.jca.cci.object

Package org.springframework.jca.cci.object

Types

EisOperation

abstract class EisOperation : InitializingBean

Base class for EIS operation objects that work with the CCI API. Encapsulates a CCI ConnectionFactory and a CCI InteractionSpec.

Works with a CciTemplate instance underneath. EIS operation objects are an alternative to working with a CciTemplate directly.

MappingCommAreaOperation

abstract class MappingCommAreaOperation : MappingRecordOperation

EIS operation object for access to COMMAREA records. Subclass of the generic MappingRecordOperation class.

SimpleRecordOperation

open class SimpleRecordOperation : EisOperation

EIS operation object that accepts a passed-in CCI input Record and returns a corresponding CCI output Record.