Uses of Class
com.ibm.soa.parlayx21.sms.SmsFormat

Packages that use SmsFormat
com.ibm.soa.parlayx21.sms Short Message Service. 
 

Uses of SmsFormat in com.ibm.soa.parlayx21.sms
 

Fields in com.ibm.soa.parlayx21.sms declared as SmsFormat
static SmsFormat SmsFormat.Ems
          Enhanced Messaging Service, standardized in TS 123 040 [3], which defines a logo/ringtone format
static SmsFormat SmsFormat.SmartMessaging
           
 

Methods in com.ibm.soa.parlayx21.sms that return SmsFormat
static SmsFormat SmsFormat.fromString(java.lang.String value)
           
static SmsFormat SmsFormat.fromValue(java.lang.String value)
           
 

Methods in com.ibm.soa.parlayx21.sms with parameters of type SmsFormat
 java.lang.String SendSmsProxy.sendSmsLogo(java.net.URI[] addresses, java.lang.String senderName, ChargingInformation charging, byte[] image, SmsFormat smsFormat, SimpleReference receiptRequest)
           
 java.lang.String SendSmsBindingStub.sendSmsLogo(java.net.URI[] addresses, java.lang.String senderName, ChargingInformation charging, byte[] image, SmsFormat smsFormat, SimpleReference receiptRequest)
           
 java.lang.String SendSms.sendSmsLogo(java.net.URI[] addresses, java.lang.String senderName, ChargingInformation charging, byte[] image, SmsFormat smsFormat, SimpleReference receiptRequest)
          The application invokes the sendSmsLogo operation to send an SMS logo, specified by the byte array image.
 java.lang.String SendSmsProxy.sendSmsRingtone(java.net.URI[] addresses, java.lang.String senderName, ChargingInformation charging, java.lang.String ringtone, SmsFormat smsFormat, SimpleReference receiptRequest)
           
 java.lang.String SendSmsBindingStub.sendSmsRingtone(java.net.URI[] addresses, java.lang.String senderName, ChargingInformation charging, java.lang.String ringtone, SmsFormat smsFormat, SimpleReference receiptRequest)
           
 java.lang.String SendSms.sendSmsRingtone(java.net.URI[] addresses, java.lang.String senderName, ChargingInformation charging, java.lang.String ringtone, SmsFormat smsFormat, SimpleReference receiptRequest)
          The application invokes the sendSmsRingtone operation to send an SMS ringtone, specified by the String ringtone (in RTX format).
 



Copyright © 2003 IBM Corp. All Rights Reserved.