Uses of Interface
com.sun.corba.ee.impl.protocol.giopmsgheaders.RequestMessage
-
Packages that use RequestMessage Package Description com.sun.corba.ee.impl.protocol com.sun.corba.ee.impl.protocol.giopmsgheaders com.sun.corba.ee.spi.protocol -
-
Uses of RequestMessage in com.sun.corba.ee.impl.protocol
Fields in com.sun.corba.ee.impl.protocol declared as RequestMessage Modifier and Type Field Description protected RequestMessageMessageMediatorImpl. requestHeaderMethods in com.sun.corba.ee.impl.protocol that return RequestMessage Modifier and Type Method Description RequestMessageMessageMediatorImpl. getRequestHeader()Methods in com.sun.corba.ee.impl.protocol with parameters of type RequestMessage Modifier and Type Method Description voidMessageMediatorImpl. handleRequest(RequestMessage msg, MessageMediator messageMediator) -
Uses of RequestMessage in com.sun.corba.ee.impl.protocol.giopmsgheaders
Classes in com.sun.corba.ee.impl.protocol.giopmsgheaders that implement RequestMessage Modifier and Type Class Description classRequestMessage_1_0This implements the GIOP 1.0 Request header.classRequestMessage_1_1This implements the GIOP 1.1 Request header.classRequestMessage_1_2This implements the GIOP 1.2 Request header.Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return RequestMessage Modifier and Type Method Description private static RequestMessageMessageBase. createRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, byte[] object_key, java.lang.String operation, ServiceContexts service_contexts, Principal requesting_principal)static RequestMessageMessageBase. createRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, IOR ior, short addrDisp, java.lang.String operation, ServiceContexts service_contexts, Principal requesting_principal) -
Uses of RequestMessage in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return RequestMessage Modifier and Type Method Description RequestMessageMessageMediator. getRequestHeader()Methods in com.sun.corba.ee.spi.protocol with parameters of type RequestMessage Modifier and Type Method Description voidProtocolHandler. handleRequest(RequestMessage header, MessageMediator messageMediator)
-