com.objectxp.mms.protocol
Interface MM7DeliveryReport

All Superinterfaces:
MMSDeliveryReport, MMSReport

public interface MM7DeliveryReport
extends MMSDeliveryReport

The MM7 Delivery Report adds MM7 specific elements to a MMS Delivery Report.

Since:
jSMS 2.2

Method Summary
 MMSAddress getFrom()
          Get the address of the originator MMS Client.
 java.lang.String getMM7Version()
          The MM7 Version
 java.lang.String getServerId()
          MMS Relay/Server ID
 MMSAddress getTO()
          Get the address of the recipient MMS Client.
 java.lang.String getTransactionId()
          A unique identifier for the Delivery Report.
 java.lang.String getUACapabilities()
          Information about the MMS User Agent's capabilities of the recipient of the original MM.
 java.util.Date getUACapabilitiesTimeStamp()
          The last known update by the MMS R/S to MMS User Agent's capabilities.
 java.lang.String getVASId()
          Identifier of the originating application.
 java.lang.String getVASPId()
          Identifier of the VASP for this MMS Relay/Server.
 
Methods inherited from interface com.objectxp.mms.MMSDeliveryReport
getStatus
 
Methods inherited from interface com.objectxp.mms.MMSReport
getApplicationId, getAuxApplicationInfo, getDate, getMessageId, getReplyApplicationId
 

Method Detail

getTransactionId

public java.lang.String getTransactionId()
A unique identifier for the Delivery Report.


getMM7Version

public java.lang.String getMM7Version()
The MM7 Version


getServerId

public java.lang.String getServerId()
MMS Relay/Server ID

Returns:
the MMS relay/server ID or null.

getVASPId

public java.lang.String getVASPId()
Identifier of the VASP for this MMS Relay/Server.

Returns:
the VASP ID or null.

getVASId

public java.lang.String getVASId()
Identifier of the originating application.

Returns:
the VAS ID or null.

getUACapabilities

public java.lang.String getUACapabilities()
Information about the MMS User Agent's capabilities of the recipient of the original MM.

Returns:
the UA capabilities or null.

getUACapabilitiesTimeStamp

public java.util.Date getUACapabilitiesTimeStamp()
The last known update by the MMS R/S to MMS User Agent's capabilities.

Returns:
the date or null.

getFrom

public MMSAddress getFrom()
Get the address of the originator MMS Client.

Returns:
the originator address.

getTO

public MMSAddress getTO()
Get the address of the recipient MMS Client.

Specified by:
getTO in interface MMSReport
Returns:
the recipient address.


object XP, Inc. © 2000-2007. All rights reserved object XP