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 TypeMethodDescriptionvoidPIHandlerImpl.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 ReplyMessageMethods in com.sun.corba.ee.impl.protocol with parameters of type ReplyMessageModifier and TypeMethodDescriptionprotected 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 ReplyMessageModifier and TypeClassDescriptionfinal classThis implements the GIOP 1.0 Reply header.final classThis implements the GIOP 1.1 Reply header.final classThis implements the GIOP 1.2 Reply header.Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return ReplyMessageModifier and TypeMethodDescriptionstatic 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 ReplyMessageMethods in com.sun.corba.ee.spi.protocol with parameters of type ReplyMessageModifier and TypeMethodDescriptionvoidPIHandler.invokeServerPIEndingPoint(ReplyMessage replyMessage) Called when the appropriate server ending interception point is to be invoked for all appropriate server-side request interceptors.