com.opencloud.slee.resources.mm7
Interface CancelRequestEvent

All Superinterfaces:
RequestEvent

public interface CancelRequestEvent
extends RequestEvent

Event delivered for an incoming Cancel Request transaction from the peer VASP.


Method Summary
 CancelActivity getCancelActivity()
          Convenience method to get the underlying CancelActivity.
 CancelRequest getCancelRequest()
          Convenience method to get the request object for this event.
 
Methods inherited from interface com.opencloud.slee.resources.mm7.RequestEvent
getActivity, getRequest, getRequestURL
 

Method Detail

getCancelActivity

CancelActivity getCancelActivity()
Convenience method to get the underlying CancelActivity. Equivalent to (CancelActivity)getActivity().

Returns:
the underlying CancelActivity

getCancelRequest

CancelRequest getCancelRequest()
Convenience method to get the request object for this event. Equivalent to (CancelRequest)getRequest().

Returns:
the request object