com.opencloud.slee.resources.mm7
Interface Response

All Known Subinterfaces:
CancelResponse, DeliverResponse, DeliveryReportResponse, ErrorResponse, ExtendedCancelResponse, ExtendedReplaceResponse, ReadReplyReportResponse, ReplaceResponse, RSErrorResponse, SubmitResponse, VASPErrorResponse

public interface Response

Superinterface for all MM7 response messages. These are either a type-specific response (e.g. SubmitResponse) for success responses, or RSErrorResponse / VASPErrorResponse for failures.

For general SOAP-level failures that do not carry a MM7 error response, a ResponseEvent with no Response and only a SOAP fault is generated.


Method Summary
 MM7StatusCode getMM7StatusCode()
          Get the status code for this response.
 java.lang.String getMM7Version()
          Get the version of the MM7 protocol used in the response.
 

Method Detail

getMM7Version

java.lang.String getMM7Version()
Get the version of the MM7 protocol used in the response.

Returns:
the version of the MM7 protocol claimed by the response

getMM7StatusCode

MM7StatusCode getMM7StatusCode()
Get the status code for this response.

Returns:
the status code