Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.messaging.common.mms
Class MM7Message

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

All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
MM7Deliver, MM7Submit

Deprecated. no replacement

public abstract class MM7Message
extends Message

The MMS message is an message for MM7.

See Also:
Serialized Form

Field Summary
static java.text.SimpleDateFormat DATE_FORMAT
Deprecated.
static java.lang.String K_ADAPTIONS
Deprecated.
static java.lang.String K_CHARGED_PARTY
Deprecated.
static java.lang.String K_DELIVERY_REPORT
Deprecated.
static java.lang.String K_DISTRIBUTION_INDICTOR
Deprecated.
static java.lang.String K_EARLIEST_DELIVERY_TIME
Deprecated.
static java.lang.String K_LINKED_ID
Deprecated.
static java.lang.String K_MESSAGE_CLASS
Deprecated.
static java.lang.String K_READ_REPLY
Deprecated.
static java.lang.String K_REPLY_CHARGING
Deprecated.
static java.lang.String K_REPLY_CHARGING_ID
Deprecated.
static java.lang.String K_REPLY_CHARGING_SIZE
Deprecated.
static java.lang.String K_REPLY_DEADLINE
Deprecated.
static java.lang.String K_SERVICE_CODE
Deprecated.
static int V_CHARGED_PARTY_BOTH
Deprecated.
static int V_CHARGED_PARTY_NEITHER
Deprecated.
static int V_CHARGED_PARTY_RECIPIENT
Deprecated.
static int V_CHARGED_PARTY_SENDER
Deprecated.
static int V_MESSAGE_CLASS_ADVERTISEMENT
Deprecated.
static int V_MESSAGE_CLASS_AUTO
Deprecated.
static int V_MESSAGE_CLASS_INFORMATIONAL
Deprecated.
static int V_MESSAGE_CLASS_PERSONAL
Deprecated.

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

Method Summary
void setLinkedId(java.lang.String lid)
Deprecated. Set optional MMS message linked id.

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, setContentLocation, setContentType, setDisposition, setFileName, setHeader

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

Field Detail

DATE_FORMAT

public static final java.text.SimpleDateFormat DATE_FORMAT
Deprecated.

K_ADAPTIONS

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

K_CHARGED_PARTY

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

K_DELIVERY_REPORT

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

K_DISTRIBUTION_INDICTOR

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

K_EARLIEST_DELIVERY_TIME

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

K_LINKED_ID

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

K_MESSAGE_CLASS

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

K_READ_REPLY

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

K_REPLY_CHARGING

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

K_REPLY_CHARGING_ID

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

K_REPLY_CHARGING_SIZE

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

K_REPLY_DEADLINE

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

K_SERVICE_CODE

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

V_CHARGED_PARTY_BOTH

public static final int V_CHARGED_PARTY_BOTH
Deprecated.
See Also:
Constant Field Values

V_CHARGED_PARTY_NEITHER

public static final int V_CHARGED_PARTY_NEITHER
Deprecated.
See Also:
Constant Field Values

V_CHARGED_PARTY_RECIPIENT

public static final int V_CHARGED_PARTY_RECIPIENT
Deprecated.
See Also:
Constant Field Values

V_CHARGED_PARTY_SENDER

public static final int V_CHARGED_PARTY_SENDER
Deprecated.
See Also:
Constant Field Values

V_MESSAGE_CLASS_ADVERTISEMENT

public static final int V_MESSAGE_CLASS_ADVERTISEMENT
Deprecated.
See Also:
Constant Field Values

V_MESSAGE_CLASS_AUTO

public static final int V_MESSAGE_CLASS_AUTO
Deprecated.
See Also:
Constant Field Values

V_MESSAGE_CLASS_INFORMATIONAL

public static final int V_MESSAGE_CLASS_INFORMATIONAL
Deprecated.
See Also:
Constant Field Values

V_MESSAGE_CLASS_PERSONAL

public static final int V_MESSAGE_CLASS_PERSONAL
Deprecated.
See Also:
Constant Field Values

Constructor Detail

MM7Message

public MM7Message()
Deprecated.

Method Detail

setLinkedId

public void setLinkedId(java.lang.String lid)
Deprecated.
Set optional MMS message linked id.
Parameters:
lid - the linked id.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.