|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.panama.messaging.transport.CDMASmartMsg
Smart message for CDMA network. It is used by SmartMsgEncoder. A smart message encoder can encode a smart message, generate the binary payload to be sent by SMS drivers.
SmartMsgEncoder, GSMSmartMsg| Constructor Summary | |
CDMASmartMsg(int destPort, int origPort, java.lang.String[] frags, java.lang.String[] headers)Constructor. |
|
| Method Summary | |
int |
getDestinationPort()Get the destination port. |
java.lang.String[] |
getFragments()Get the smart message's fragments. |
java.lang.String[] |
getHeaders()Get the fragments' headers. |
int |
getOriginPort()Get the source port. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CDMASmartMsg(int destPort,
int origPort,
java.lang.String[] frags,
java.lang.String[] headers)
destPort - the destination port.origPort - the source port.frags - the message fragments.headers - the header for each fragment.| Method Detail |
public int getDestinationPort()
public java.lang.String[] getFragments()
public java.lang.String[] getHeaders()
public int getOriginPort()
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||