com.opencloud.slee.resources.mm7
Interface ExtendedCancelResponseEvent

All Superinterfaces:
ResponseEvent

public interface ExtendedCancelResponseEvent
extends ResponseEvent

Event delivered when a Extended Cancel Response from the peer Relay Server is received.

Since:
MM7 v.6.8.0

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

Method Detail

getExtendedCancelActivity

ExtendedCancelActivity getExtendedCancelActivity()
Convenience method to return the ExtendedCancelActivity for the underlying transaction. Equivalent to (CancelActivity)getActivity().

Returns:
the underlying ExtendedCancelActivity

getExtendedCancelResponse

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