com.opencloud.slee.resources.mm7
Interface DeliverResponseEvent

All Superinterfaces:
ResponseEvent

public interface DeliverResponseEvent
extends ResponseEvent

Event delivered when a Cancel Response from the peer VASP is received.


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

Method Detail

getDeliverActivity

DeliverActivity getDeliverActivity()
Convenience method to return the DeliverActivity for the underlying transaction. Equivalent to (DeliverActivity)getActivity().

Returns:
the underlying DeliverActivity

getDeliverResponse

DeliverResponse getDeliverResponse()
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 DeliverResponse, or null if the response is an error