MessageMediator
Used to send the message (or its last fragment). Note: this should be moved to a RequestDispatcher.
RequestDispatcher
The {@link com.sun.corba.se.pept.broker.Broker Broker} associated with an invocation.return{@link com.sun.corba.se.pept.broker.Broker Broker}
Get the {@link com.sun.corba.se.pept.transport.Connection Connection} on which this message is sent or received.
Get the {@link com.sun.corba.se.pept.transport.ContactInfo ContactInfo} which created this MessageMediator.return{@link com.sun.corba.se.pept.transport.ContactInfo ContactInfo}
Used to get the {@link com.sun.corba.se.pept.encoding.InputObject InputObject} used for the message.return{@link com.sun.corba.se.pept.encoding.InputObject InputObject}
Used to get the {@link com.sun.corba.se.pept.encoding.OutputObject OutputObject} used for the message.return{@link com.sun.corba.se.pept.encoding.OutputObject OutputObject}
Used to initialize message headers. Note: this should be moved to a RequestDispatcher.
Used to set the {@link com.sun.corba.se.pept.encoding.InputObject InputObject} used for the message.paraminputObject
Used to set the {@link com.sun.corba.se.pept.encoding.OutputObject OutputObject} used for the message.paramoutputObject
Used to wait for a response for synchronous messages.deprecated