public MappingCommAreaOperation(ConnectionFactory connectionFactory, InteractionSpec interactionSpec)(Code)
Create a new MappingCommAreaQuery.
Parameters: connectionFactory - ConnectionFactory to use to obtain connections Parameters: interactionSpec - specification to configure the interaction
Method used to convert the COMMAREA's bytes to an object.
Parameters: bytes - the COMMAREA's bytes the output data throws: IOException - if thrown by I/O methods throws: DataAccessException - if conversion failed
createInputRecord
final protected Record createInputRecord(RecordFactory recordFactory, Object inObject)(Code)
Method used to convert an object into COMMAREA bytes.
Parameters: inObject - the input data the COMMAREA's bytes throws: IOException - if thrown by I/O methods throws: DataAccessException - if conversion failed
Methods inherited from org.springframework.jca.cci.object.MappingRecordOperation