com.opencloud.slee.resources.mm7
Interface ReadReplyReportResponseEvent

All Superinterfaces:
ResponseEvent

public interface ReadReplyReportResponseEvent
extends ResponseEvent

Event delivered when a Read Reply Report Response from the peer VASP is received.


Method Summary
 ReadReplyReportActivity getReadReplyReportActivity()
          Convenience method to return the ReadReplyReportActivity for the underlying transaction.
 ReadReplyReportResponse getReadReplyReportResponse()
          Get the non-error payload of this response.
 
Methods inherited from interface com.opencloud.slee.resources.mm7.ResponseEvent
getActivity, getResponse, getSOAPFault
 

Method Detail

getReadReplyReportActivity

ReadReplyReportActivity getReadReplyReportActivity()
Convenience method to return the ReadReplyReportActivity for the underlying transaction. Equivalent to (ReadReplyReportActivity)getActivity().

Returns:
the underlying ReadReplyReportActivity

getReadReplyReportResponse

ReadReplyReportResponse getReadReplyReportResponse()
Get the non-error payload of this response. If the response is an error response, this will return null; the actual response can be obtained via ResponseEvent#getResponse().

Returns:
the ReadReplyReportResponse, or null if the response is an error