Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.messaging.common.mms
Class MM1Notification

java.lang.Object
  extended byoracle.panama.messaging.common.MessagePart
      extended byoracle.panama.messaging.common.Message
          extended byoracle.panama.messaging.common.mms.MM1Message
              extended byoracle.panama.messaging.common.mms.MM1Notification

All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

Deprecated. no replacement

public class MM1Notification
extends MM1Message

The MM1 notification contains several attributes required for MM1 Notification request.

See Also:
Serialized Form

Field Summary
static java.lang.String MIME
Deprecated.

Fields inherited from class oracle.panama.messaging.common.mms.MM1Message
DATE_FORMAT, K_BCC, K_CC, K_CONTENT_LOCATION, K_DATE, K_DELIVERY_REPORT, K_DELIVERY_TIME, K_EXPIRY, K_FROM, K_MESSAGE_CLASS, K_MESSAGE_ID, K_MESSAGE_SIZE, K_MESSAGE_TYPE, K_MMS_VERSION, K_PREVIOUSLY_SENT_BY, K_PREVIOUSLY_SENT_DATE, K_PRIORITY, K_READ_REPLY, K_READ_STATUS, K_REPLY_CHARGING, K_REPLY_CHARGING_DEADLINE, K_REPLY_CHARGING_ID, K_REPLY_CHARGING_SIZE, K_REPORT_ALLOWED, K_RETRIEVE_STATUS, K_RETRIEVE_TEXT, K_SENDER_VISIBILITY, K_SUBJECT, K_TO, K_TRANSACTION_ID, V_MESSAGE_CLASS_ADVERTISEMENT, V_MESSAGE_CLASS_AUTO, V_MESSAGE_CLASS_INFORMATIONAL, V_MESSAGE_CLASS_PERSONAL, V_MESSAGE_CLASSES_I, V_MESSAGE_CLASSES_S, V_MESSAGE_TYPES, V_MODES, V_PRIORITIES, V_PRIORITIES_O, V_READ_REPLY, V_READ_REPORT, V_READ_STATUS, V_REPLY_CHARGING, V_SENDER_VISIBILITY

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
MM1Notification()
Deprecated. Constructor.

Method Summary
void setContentLocation(java.lang.String uri)
Deprecated. Set required MMS message content location.
void setMessageClass(int cls)
Deprecated. Set optional MMS message class.
void setMessageClass(java.lang.String cls)
Deprecated. Set optional MMS message class.

Methods inherited from class oracle.panama.messaging.common.mms.MM1Message
setTransactionId

Methods inherited from class oracle.panama.messaging.common.Message
equals, getSubject, hashCode, readExternal, setSubject, toString, 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, setContentType, setDisposition, setFileName, setHeader

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

Field Detail

MIME

public static final java.lang.String MIME
Deprecated.
See Also:
Constant Field Values

Constructor Detail

MM1Notification

public MM1Notification()
Deprecated.
Constructor.

Method Detail

setContentLocation

public void setContentLocation(java.lang.String uri)
Deprecated.
Set required MMS message content location.
Overrides:
setContentLocation in class MessagePart
Parameters:
uri - the message content location.

setMessageClass

public void setMessageClass(int cls)
Deprecated.
Set optional MMS message class.
Parameters:
cls - the message class index.

setMessageClass

public void setMessageClass(java.lang.String cls)
Deprecated.
Set optional MMS message class.
Parameters:
cls - the message class index.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.