|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents a notification about an incoming MMS waiting to be picked up. MMS notifications are only used by the MM1 protocol.
MM1Service| Method Summary | |
java.lang.String |
getContentLocation()
The location (URL) where the corresponding MMS can be fetched on the MMSC. |
boolean |
getDeliveryReport()
Specifies whether the originator MMS Client requests a delivery report from each recipient. |
java.util.Date |
getExpiryDate()
Date until the MMSMessage will be available. |
MMSAddress |
getFrom()
Address of the originator MMS Client. |
long |
getMessageSize()
Returns the size of the incoming MMS in octets. |
java.lang.String |
getMMSMessageClass()
Get the message class. |
java.lang.String |
getPriority()
Get the priority of the MMS message assigned by the originator MMS Client. |
ReplyCharging |
getReplyCharging()
Get the Reply Charging field for this message. |
java.util.Date |
getReplyChargingDeadLine()
Get the reply charging deadline. |
java.lang.String |
getReplyChargingId()
Get the reply charging ID . |
int |
getReplyChargingSize()
Get the reply charging size. |
java.lang.String |
getSubject()
Get the subject of the MMS waiting to be fetched. |
java.lang.String |
getTransactionId()
The unique Transaction-ID of the MMS. |
java.lang.String |
getVersion()
Get the version of this MMS notification. |
java.lang.Boolean |
isDistributionAllowed()
Determine if the content of the MMSMessage may be distributed further. |
| Method Detail |
public java.lang.String getTransactionId()
public java.lang.String getVersion()
public MMSAddress getFrom()
public java.lang.String getSubject()
public boolean getDeliveryReport()
public java.lang.String getMMSMessageClass()
MMSMessage.CLASS_PERSONALMMSMessage.CLASS_ADVERTISEMENTMMSMessage.CLASS_INFORMATIONALMMSMessage.CLASS_AUTO
public java.lang.String getPriority()
MMSMessage.PRIORITY_LOW,
MMSMessage.PRIORITY_NORMAL,
MMSMessage.PRIORITY_HIGH or null.public long getMessageSize()
public java.util.Date getExpiryDate()
public ReplyCharging getReplyCharging()
public java.util.Date getReplyChargingDeadLine()
public int getReplyChargingSize()
public java.lang.String getReplyChargingId()
public java.lang.Boolean isDistributionAllowed()
public java.lang.String getContentLocation()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||