Interface MessageData


  • public interface MessageData
    • Method Detail

      • getMessages

        Message[] getMessages()
        An array of GIOP messages. The messages will satisfy:
        1. If there is more than one message, the first message is a request or a reply.
        2. If there is more than one message, all messages after the first will be fragment messages.
        3. If there is more than one message, all messages will share the same request ID (for GIOP 1.2).
        4. 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