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

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

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

Methods in com.ibm.soa.parlayx21.sms that return DeliveryInformation
 DeliveryInformation[] SendSmsProxy.getSmsDeliveryStatus(java.lang.String requestIdentifier)
           
 DeliveryInformation[] SendSmsBindingStub.getSmsDeliveryStatus(java.lang.String requestIdentifier)
           
 DeliveryInformation[] SendSms.getSmsDeliveryStatus(java.lang.String requestIdentifier)
          The application invokes the getSmsDeliveryStatus operation to request the status of a previous SMS delivery request identified by requestIdentifier.
 

Methods in com.ibm.soa.parlayx21.sms with parameters of type DeliveryInformation
 void SmsNotificationProxy.notifySmsDeliveryReceipt(java.lang.String correlator, DeliveryInformation deliveryStatus)
           
 void SmsNotificationBindingStub.notifySmsDeliveryReceipt(java.lang.String correlator, DeliveryInformation deliveryStatus)
           
 void SmsNotification.notifySmsDeliveryReceipt(java.lang.String correlator, DeliveryInformation deliveryStatus)
          The notifySmsDeliveryReceipt operation must be implemented by a Web Service at the application side if it requires notification of SMS delivery receipt.
 



Copyright © 2003 IBM Corp. All Rights Reserved.