Uses of Interface
com.sun.corba.ee.impl.protocol.giopmsgheaders.ReplyMessage
-
Packages that use ReplyMessage Package Description com.sun.corba.ee.impl.interceptors com.sun.corba.ee.impl.protocol com.sun.corba.ee.impl.protocol.giopmsgheaders com.sun.corba.ee.spi.protocol -
-
Uses of ReplyMessage in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as ReplyMessage Modifier and Type Field Description private ReplyMessage
ServerRequestInfoImpl. replyMessage
Methods in com.sun.corba.ee.impl.interceptors with parameters of type ReplyMessage Modifier and Type Method Description void
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 ReplyMessage Modifier and Type Method Description ReplyMessage
MessageMediatorImpl. getReplyHeader()
Methods in com.sun.corba.ee.impl.protocol with parameters of type ReplyMessage Modifier and Type Method Description protected 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 ReplyMessage Modifier and Type Class Description class
ReplyMessage_1_0
This implements the GIOP 1.0 Reply header.class
ReplyMessage_1_1
This implements the GIOP 1.1 Reply header.class
ReplyMessage_1_2
This implements the GIOP 1.2 Reply header.Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return ReplyMessage Modifier and Type Method Description static 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 ReplyMessage Modifier and Type Method Description ReplyMessage
MessageMediator. getReplyHeader()
Methods in com.sun.corba.ee.spi.protocol with parameters of type ReplyMessage Modifier and Type Method Description void
PIHandler. invokeServerPIEndingPoint(ReplyMessage replyMessage)
Called when the appropriate server ending interception point is to be invoked for all appropriate server-side request interceptors.
-