Save This Page
Home » openjdk-7 » org.omg » CORBA » portable » [javadoc | source]
org.omg.CORBA.portable
public interface: ResponseHandler [javadoc | source]

All Known Implementing Classes:
    CorbaMessageMediator, CorbaMessageMediatorImpl

This interface is supplied by an ORB to a servant at invocation time and allows the servant to later retrieve an OutputStream for returning the invocation results.
Method from org.omg.CORBA.portable.ResponseHandler Summary:
createExceptionReply,   createReply
Method from org.omg.CORBA.portable.ResponseHandler Detail:
 public OutputStream createExceptionReply()
    Called by the servant during a method invocation. The servant should call this method to create a reply marshal buffer if a user exception occurred.
 public OutputStream createReply()
    Called by the servant during a method invocation. The servant should call this method to create a reply marshal buffer if no exception occurred.