oracle.panama.messaging.transport
Interface GSMSmartMsgEncoder


public interface GSMSmartMsgEncoder


Method Summary
TypeMethod
 GSMSmartMsg encodeSmartMsg(java.lang.String type, java.lang.String model, java.util.Hashtable attributes)
          Encode a GSM smart message.
 

Method Detail

encodeSmartMsg

public GSMSmartMsg encodeSmartMsg(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.