Interface Reply

    • Method Detail

      • getSessionID

        int getSessionID()
        Get the session ID to which this reply belongs.
        Returns:
        the session ID to which this reply belongs
      • getRequestID

        int getRequestID()
        Get the request ID to which this reply belongs.
        Returns:
        the request ID to which this reply belongs
      • getType

        int getType()
        Get the reply type.
        Returns:
        the reply type
      • getError

        int getError()
        Get the reply error.
        Returns:
        the reply error
      • getMessageCount

        int getMessageCount()
        Returns the reply's message count if this reply is a message.
        Returns:
        the reply's message count
      • getMessage

        WmMessageImpl getMessage()
        Get the message to which this reply belongs.
        Returns:
        the message to which this reply belongs.