Name

ResponseHandler

Synopsis

A ResponseHandler is responsible for generating org.omg.CORBA.portable.OutputStreams that are used by object servants to write marshalled method responses (return value or exception).

public interface ResponseHandler {
// Public Instance Methods
   public abstract org.omg.CORBA.portable.OutputStream createExceptionReply(
        );  
   public abstract org.omg.CORBA.portable.OutputStream createReply(
        );  
}

Passed To

InvokeHandler._invoke(), org.omg.CosNaming.BindingIteratorPOA._invoke(), org.omg.CosNaming.NamingContextExtPOA._invoke(), org.omg.CosNaming.NamingContextPOA._invoke(), org.omg.PortableServer.ServantActivatorPOA._invoke(), org.omg.PortableServer.ServantLocatorPOA._invoke()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.