Uses of Interface
com.sun.corba.ee.impl.protocol.giopmsgheaders.ReplyMessage
Packages that use ReplyMessage
Package
Description
-
Uses of ReplyMessage in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as ReplyMessageMethods in com.sun.corba.ee.impl.interceptors with parameters of type ReplyMessageModifier and TypeMethodDescriptionvoid
PIHandlerImpl.invokeServerPIEndingPoint
(ReplyMessage replyMessage) void
PINoOpHandlerImpl.invokeServerPIEndingPoint
(ReplyMessage replyMessage) (package private) void
ServerRequestInfoImpl.setReplyMessage
(ReplyMessage replyMessage) Set reply message -
Uses of ReplyMessage in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol that return ReplyMessageMethods in com.sun.corba.ee.impl.protocol with parameters of type ReplyMessageModifier and TypeMethodDescriptionprotected MessageMediator
MessageMediatorImpl.createResponseHelper
(MessageMediator messageMediator, ReplyMessage reply, IOR ior) private void
MessageMediatorImpl.createResponseHelperInfo
(ReplyMessage reply) protected void
MessageMediatorImpl.runInterceptors
(MessageMediator messageMediator, ReplyMessage reply) -
Uses of ReplyMessage in com.sun.corba.ee.impl.protocol.giopmsgheaders
Classes in com.sun.corba.ee.impl.protocol.giopmsgheaders that implement ReplyMessageModifier and TypeClassDescriptionfinal class
This implements the GIOP 1.0 Reply header.final class
This implements the GIOP 1.1 Reply header.final class
This implements the GIOP 1.2 Reply header.Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return ReplyMessageModifier and TypeMethodDescriptionstatic ReplyMessage
MessageBase.createReply
(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int reply_status, ServiceContexts service_contexts, IOR ior) -
Uses of ReplyMessage in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return ReplyMessageMethods in com.sun.corba.ee.spi.protocol with parameters of type ReplyMessageModifier and TypeMethodDescriptionvoid
PIHandler.invokeServerPIEndingPoint
(ReplyMessage replyMessage) Called when the appropriate server ending interception point is to be invoked for all appropriate server-side request interceptors.