Uses of Interface
com.sun.corba.se.impl.protocol.giopmsgheaders.ReplyMessage
Packages that use ReplyMessage
Package
Description
-
Uses of ReplyMessage in com.sun.corba.se.impl.interceptors
Methods in com.sun.corba.se.impl.interceptors with parameters of type ReplyMessageModifier and TypeMethodDescriptionvoidPIHandlerImpl.invokeServerPIEndingPoint(ReplyMessage replyMessage) voidPINoOpHandlerImpl.invokeServerPIEndingPoint(ReplyMessage replyMessage) -
Uses of ReplyMessage in com.sun.corba.se.impl.protocol
Methods in com.sun.corba.se.impl.protocol that return ReplyMessageMethods in com.sun.corba.se.impl.protocol with parameters of type ReplyMessageModifier and TypeMethodDescriptionprotected CorbaMessageMediatorCorbaMessageMediatorImpl.createResponseHelper(CorbaMessageMediator messageMediator, ReplyMessage reply, IOR ior) protected voidCorbaMessageMediatorImpl.runInterceptors(CorbaMessageMediator messageMediator, ReplyMessage reply) -
Uses of ReplyMessage in com.sun.corba.se.impl.protocol.giopmsgheaders
Classes in com.sun.corba.se.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.se.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.se.spi.protocol
Methods in com.sun.corba.se.spi.protocol that return ReplyMessageMethods in com.sun.corba.se.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.