Interface PolicyServiceResponse

    • Method Detail

      • getRequest

        PolicyServiceRequest getRequest()
        The request to which this repsonse has been received. Use for correlation purposes.
        Returns:
        The original request message instance.
      • isSuccess

        boolean isSuccess()
        Test if this response represents a successful
        Returns:
        true if response indicates success.
      • getResponseMessage

        java.lang.String getResponseMessage()
        The response descriptive text from ITIM.
        Returns:
        The text string if one was present in the response, null otherwise.
      • isValid

        boolean isValid()
        Test if the response format and mandatory data are present and correct.
        Returns:
        true if message is valid.