com.opencloud.slee.resources.mm7
Interface SubmitResponse

All Superinterfaces:
Response

public interface SubmitResponse
extends Response

Represents a Submit Response message from the peer Relay Server. Each Submit Response carries a message ID (of the newly submitted message) in addition to the generic Response information.


Method Summary
 java.lang.String getMessageID()
          Get the message ID of the submitted message.
 
Methods inherited from interface com.opencloud.slee.resources.mm7.Response
getMM7StatusCode, getMM7Version
 

Method Detail

getMessageID

java.lang.String getMessageID()
Get the message ID of the submitted message.

Returns:
the message ID of the submitted message.