com.opencloud.slee.resources.mm7
Interface ExtendedReplaceResponse

All Superinterfaces:
Response

public interface ExtendedReplaceResponse
extends Response

Marker interface identifying Replace Response messages from the peer Relay Server. A Replace Response carries no additional information (other than response type) over a generic Response.

Since:
MM7 v.6.8.0

Method Summary
 java.lang.String getMessageID()
          Get the message ID of the updated (replacing) 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 updated (replacing) message.

Returns:
the message ID of the updated (replacing) message, or null if not present