Interface ServiceResponseEvent

    • Method Detail

      • getRequest

        ServiceRequestEvent getRequest()
        Get the associated request event
        Returns:
        the request object
      • getResponse

        java.lang.Object getResponse()
        Get the response object
        Returns:
        the response object
      • getThrown

        java.lang.Throwable getThrown()
        Get the thrown exception
        Returns:
        the thrown exception