- All Implemented Interfaces:
- org.jacorb.config.Configurable
public class ReplyReceiver
extends ReplyPlaceholder
implements org.jacorb.config.Configurable
A special ReplyPlaceholder that receives replies to normal requests,
either synchronously or asynchronously. A ReplyReceiver
handles all ORB-internal work that needs to be done for the reply,
such as checking for exceptions and invoking the interceptors.
The client stub can either do a blocking wait on the ReplyReceiver
(via getReply()), or a ReplyHandler can be supplied when the
ReplyReceiver is created; then the reply is delivered to that
ReplyHandler.
- Version:
- $Id: ReplyReceiver.java,v 1.36 2009-05-03 21:35:55 andre.spiegel Exp $
- Author:
- Andre Spiegel