Uses of Interface
com.sun.corba.se.impl.protocol.giopmsgheaders.Message
Packages that use Message
Package
Description
-
Uses of Message in com.sun.corba.se.impl.encoding
Methods in com.sun.corba.se.impl.encoding that return MessageModifier and TypeMethodDescriptionCDRInputObject.getMessageHeader()CDROutputObject.getMessageHeader()Methods in com.sun.corba.se.impl.encoding with parameters of type MessageModifier and TypeMethodDescriptionvoidCalled once after creating this buffer manager and before it begins processing.voidvoidConstructors in com.sun.corba.se.impl.encoding with parameters of type MessageModifierConstructorDescriptionCDRInputObject(ORB orb, CorbaConnection corbaConnection, ByteBuffer byteBuffer, Message header) CDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion) CDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion, int strategy) CDROutputObject(ORB orb, CorbaMessageMediator mediator, GIOPVersion giopVersion, CorbaConnection connection, Message header, byte streamFormatVersion) -
Uses of Message in com.sun.corba.se.impl.protocol
Fields in com.sun.corba.se.impl.protocol declared as MessageModifier and TypeFieldDescriptionprotected MessageCorbaMessageMediatorImpl.dispatchHeaderprotected MessageCorbaMessageMediatorImpl.messageHeaderMethods in com.sun.corba.se.impl.protocol that return MessageMethods in com.sun.corba.se.impl.protocol with parameters of type MessageModifier and TypeMethodDescriptionvoidCorbaMessageMediatorImpl.handleInput(Message header) voidCorbaMessageMediatorImpl.setDispatchHeader(Message msg) Constructors in com.sun.corba.se.impl.protocol with parameters of type MessageModifierConstructorDescriptionCorbaMessageMediatorImpl(ORB orb, CorbaConnection connection, Message dispatchHeader, ByteBuffer byteBuffer) -
Uses of Message in com.sun.corba.se.impl.protocol.giopmsgheaders
Subinterfaces of Message in com.sun.corba.se.impl.protocol.giopmsgheadersModifier and TypeInterfaceDescriptioninterfaceThis interface captures the CancelRequestMessage contract.interfaceThis interface captures the FragmentMessage contract.interfaceThis interface captures the LocateReplyMessage contract.interfaceinterfaceThis interface captures the LocateRequestMessage contract.interfaceThis interface captures the ReplyMessage contract.interfaceThis interface captures the RequestMessage contract.Classes in com.sun.corba.se.impl.protocol.giopmsgheaders that implement MessageModifier and TypeClassDescriptionfinal classThis implements the GIOP 1.0 CancelRequest header.final classThis implements the GIOP 1.1 CancelRequest header.final classThis implements the GIOP 1.2 CancelRequest header.final classThis implements the GIOP 1.1 Fragment header.final classThis implements the GIOP 1.2 Fragment header.final classThis implements the GIOP 1.0 LocateReply header.final classThis implements the GIOP 1.1 LocateReply header.final classThis implements the GIOP 1.2 LocateReply header.final classThis implements the GIOP 1.0 LocateRequest header.final classThis implements the GIOP 1.1 LocateRequest header.final classThis implements the GIOP 1.2 LocateRequest header.classclassclassclassThis class acts as the base class for the various GIOP message types.final 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.final classThis implements the GIOP 1.0 Request header.final classThis implements the GIOP 1.1 Request header.final classThis implements the GIOP 1.2 Request header.Methods in com.sun.corba.se.impl.protocol.giopmsgheaders that return MessageModifier and TypeMethodDescriptionstatic MessageMessageBase.createCloseConnection(GIOPVersion gv) static MessageMessageBase.createMessageError(GIOPVersion gv) static MessageMessageBase.readGIOPBody(ORB orb, CorbaConnection connection, Message msg) Methods in com.sun.corba.se.impl.protocol.giopmsgheaders with parameters of type MessageModifier and TypeMethodDescriptionstatic intMessageBase.getRequestId(Message msg) voidMessageHandler.handleInput(Message header) Used for message types for which we don't have concrete classes, yet, such as CloseConnection and MessageError, as well as unknown types.static MessageMessageBase.readGIOPBody(ORB orb, CorbaConnection connection, Message msg) -
Uses of Message in com.sun.corba.se.impl.transport
Methods in com.sun.corba.se.impl.transport with parameters of type MessageModifier and TypeMethodDescriptionprotected voidSocketOrChannelConnectionImpl.sendHelper(GIOPVersion giopVersion, Message msg) -
Uses of Message in com.sun.corba.se.spi.protocol
Methods in com.sun.corba.se.spi.protocol that return MessageMethods in com.sun.corba.se.spi.protocol with parameters of type Message -
Uses of Message in sun.corba
Modifier and TypeMethodDescriptionstatic CDROutputObjectOutputStreamFactory.newCDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion) static CDROutputObjectOutputStreamFactory.newCDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion, int strategy) static CDROutputObjectOutputStreamFactory.newCDROutputObject(ORB orb, CorbaMessageMediator mediator, GIOPVersion giopVersion, CorbaConnection connection, Message header, byte streamFormatVersion)