Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.messaging.transport
Class SmartMsgEncoder

java.lang.Object
  |
  +--oracle.panama.messaging.transport.SmartMsgEncoder

public abstract class SmartMsgEncoder
extends java.lang.Object

Constructor Summary
SmartMsgEncoder()
           

 

Method Summary
 CDMASmartMsg encodeCDMASmartMsg(java.lang.String type, java.lang.String model, java.util.Hashtable attributes)
          Encode a CDMA smart message.
 GSMSmartMsg encodeGSMSmartMsg(java.lang.String type, java.lang.String model, java.util.Hashtable attributes)
          Encode a GSM smart message.

 

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

 

Constructor Detail

SmartMsgEncoder

public SmartMsgEncoder()
Method Detail

encodeGSMSmartMsg

public GSMSmartMsg encodeGSMSmartMsg(java.lang.String type,
                                     java.lang.String model,
                                     java.util.Hashtable attributes)
                              throws TransportException
Encode a GSM smart message.
Parameters:
type - the smart message type.
model - the device model name.
attributes - thesmart message settings.
Returns:
an encoded smart message.
TransportException

encodeCDMASmartMsg

public CDMASmartMsg encodeCDMASmartMsg(java.lang.String type,
                                       java.lang.String model,
                                       java.util.Hashtable attributes)
                                throws TransportException
Encode a CDMA smart message.
Parameters:
type - the smart message type.
model - the device model name.
attributes - thesmart message settings.
Returns:
an encoded cdma smart message.
TransportException

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.