com.opencloud.slee.resources.mm7
Interface SubmitResponseEvent

All Superinterfaces:
ResponseEvent

public interface SubmitResponseEvent
extends ResponseEvent

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


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

Method Detail

getSubmitActivity

SubmitActivity getSubmitActivity()
Convenience method to return the SubmitActivity for the underlying transaction. Equivalent to (SubmitActivity)getActivity().

Returns:
the underlying SubmitActivity

getSubmitResponse

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