virtual void handleReply(CclBuf* commarea)
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.