Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.messaging.common
Class EncodedSMS

java.lang.Object
  |
  +--oracle.panama.messaging.common.EncodedSMS
All Implemented Interfaces:
java.io.Serializable

public class EncodedSMS
extends java.lang.Object
implements java.io.Serializable

The encoded SMS message can be used to pass encoded binary/text messages to the transport. By default, it assumes to be binary messages with DCS = 0xF5, PID = 0x00.

Author:
jxiang
See Also:
EncodedSMSSegment, Serialized Form

Field Summary
static java.lang.String MIME
           

 

Constructor Summary
EncodedSMS()
           

 

Method Summary
 byte getDcs()
           
 byte getPid()
           
 java.util.Vector getSegments()
           
 void setDcs(byte dcs)
           
 void setPid(byte pid)
           
 void setSegments(java.util.Vector segments)
          Set the segments of the encoded SMS message.

 

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

 

Field Detail

MIME

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

EncodedSMS

public EncodedSMS()
Method Detail

setSegments

public void setSegments(java.util.Vector segments)
Set the segments of the encoded SMS message.
Parameters:
segments - a vector of EncodedSMSSegment object.

setDcs

public void setDcs(byte dcs)

setPid

public void setPid(byte pid)

getSegments

public java.util.Vector getSegments()

getDcs

public byte getDcs()

getPid

public byte getPid()

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.