org.springframework.jca.cci.core.CciOperations Interface that specifies a basic set of CCI operations on an EIS. Implemented by CciTemplate. Not often used, but a useful option to enhance testability, as it can easily be mocked or stubbed. <p>Alternatively, the standard CCI infrastructure can be mocked. However, mocking this interface c ...
org.springframework.jca.cci.object.EisOperation Base class for EIS operation objects that work with the CCI API. Encapsulates a CCI ConnectionFactory and a CCI InteractionSpec. <p>Works with a CciTemplate instance underneath. EIS operation objects are an alternative to working with a CciTemplate directly. @author Juergen Hoeller @since ...
org.apache.wsif.providers.jca.WSIFFormatHandler_JCA An interface extending WSIF Format Handler with the Connector Architecture's specific methods from the Streamable interface and a setter for the InteractionSpec field which can be used by a resource adapter, when it is required, to support unmarshalling. @author John Green @author Michael Beisieg ...