All Implemented Interfaces:
Message
Direct Known Subclasses:
FragmentMessage_1_2, LocateReplyMessage_1_2, LocateRequestMessage_1_2, ReplyMessage_1_2, RequestMessage_1_2

public class Message_1_2 extends Message_1_1
  • Field Details

    • request_id

      protected int request_id
  • Method Details

    • unmarshalRequestID

      public void unmarshalRequestID(ByteBuffer byteBuffer)
      The byteBuffer is presumed to have contents of the message already read in. It must have 12 bytes of space at the beginning for the GIOP header, but the header doesn't have to be copied in.
    • write

      public void write(OutputStream ostream)
      Specified by:
      write in interface Message
      Overrides:
      write in class Message_1_1