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 ReplyMessageServerRequestInfoImpl. replyMessageMethods in com.sun.corba.ee.impl.interceptors with parameters of type ReplyMessage Modifier and Type Method Description voidPIHandlerImpl. invokeServerPIEndingPoint(ReplyMessage replyMessage)voidPINoOpHandlerImpl. invokeServerPIEndingPoint(ReplyMessage replyMessage)(package private) voidServerRequestInfoImpl. 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 ReplyMessageMessageMediatorImpl. getReplyHeader()Methods in com.sun.corba.ee.impl.protocol with parameters of type ReplyMessage Modifier and Type Method Description protected MessageMediatorMessageMediatorImpl. createResponseHelper(MessageMediator messageMediator, ReplyMessage reply, IOR ior)private voidMessageMediatorImpl. createResponseHelperInfo(ReplyMessage reply)protected voidMessageMediatorImpl. 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 classReplyMessage_1_0This implements the GIOP 1.0 Reply header.classReplyMessage_1_1This implements the GIOP 1.1 Reply header.classReplyMessage_1_2This 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 ReplyMessageMessageBase. 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 ReplyMessageMessageMediator. getReplyHeader()Methods in com.sun.corba.ee.spi.protocol with parameters of type ReplyMessage Modifier and Type Method Description voidPIHandler. invokeServerPIEndingPoint(ReplyMessage replyMessage)Called when the appropriate server ending interception point is to be invoked for all appropriate server-side request interceptors.
-