handleReply

virtual void handleReply(CclBuf* commarea)

commarea
A pointer to the CclBuf object containing the returned COMMAREA or zero if none.

This method is called whenever a reply is received from a server, irrespective of the type of synchronization or the type of call. See Compiling and Linking in the CICS® Transaction Gateway: Programming Guide. To deal with replies, you should subclass CclFlow and provide your own implementation of handleReply. The default implementation merely returns to the caller.