Package com.sun.corba.ee.spi.transport
Interface MessageData
public interface MessageData
-
Method Summary
Modifier and TypeMethodDescriptionMessage[]
An array of GIOP messages.A fully initialized input stream for the message data, positioned at the first element of the body.
-
Method Details
-
getMessages
Message[] getMessages()An array of GIOP messages. The messages will satisfy:- If there is more than one message, the first message is a request or a reply.
- If there is more than one message, all messages after the first will be fragment messages.
- If there is more than one message, all messages will share the same request ID (for GIOP 1.2).
- The more fragments bit will be set on all messages except the last message.
- Returns:
- GIOP messages
-
getStream
CDRInputObject getStream()A fully initialized input stream for the message data, positioned at the first element of the body.- Returns:
- stream of data
-