Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.messaging.common.mms
Class MM7Deliver

java.lang.Object
  |
  +--oracle.panama.messaging.common.MessagePart
        |
        +--oracle.panama.messaging.common.Message
              |
              +--oracle.panama.messaging.common.mms.MM7Message
                    |
                    +--oracle.panama.messaging.common.mms.MM7Deliver
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class MM7Deliver
extends MM7Message

The MMS message is an message for MM7.

Author:
jibin.xiang@oracle.com
See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.panama.messaging.common.mms.MM7Message
DATE_FORMAT, K_ADAPTIONS, K_CHARGED_PARTY, K_DELIVERY_REPORT, K_DISTRIBUTION_INDICTOR, K_EARLIEST_DELIVERY_TIME, K_LINKED_ID, K_MESSAGE_CLASS, K_READ_REPLY, K_REPLY_CHARGING, K_REPLY_CHARGING_ID, K_REPLY_CHARGING_SIZE, K_REPLY_DEADLINE, K_SERVICE_CODE, V_CHARGED_PARTY_BOTH, V_CHARGED_PARTY_NEITHER, V_CHARGED_PARTY_RECIPIENT, V_CHARGED_PARTY_SENDER, V_MESSAGE_CLASS_ADVERTISEMENT, V_MESSAGE_CLASS_AUTO, V_MESSAGE_CLASS_INFORMATIONAL, V_MESSAGE_CLASS_PERSONAL

 

Fields inherited from class oracle.panama.messaging.common.MessagePart
CHARSET_KEY, CONTENT_DISPOSITION_KEY, CONTENT_ID_KEY, CONTENT_LOCATION_KEY, CONTENT_TYPE_KEY, FILENAME_KEY

 

Constructor Summary
MM7Deliver()
           

 

Method Summary
 void setReplyChargingId(java.lang.String rci)
          Set optional MMS message reply charging id.

 

Methods inherited from class oracle.panama.messaging.common.mms.MM7Message
setLinkedId

 

Methods inherited from class oracle.panama.messaging.common.Message
getSubject, readExternal, setSubject, writeExternal

 

Methods inherited from class oracle.panama.messaging.common.MessagePart
addHeader, getAllHeaders, getContent, getContentId, getContentLocation, getContentType, getDisposition, getFileName, getHeader, getHeader, getHeaderParameter, getSimpleHeader, isMimeType, removeHeader, setContent, setContentId, setContentLocation, setContentType, setDisposition, setFileName, setHeader

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

MM7Deliver

public MM7Deliver()
Method Detail

setReplyChargingId

public void setReplyChargingId(java.lang.String rci)
Set optional MMS message reply charging id.
Parameters:
rci - the reply charging id.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.