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

Packages that use DeliveryInformation
com.ibm.soa.parlayx21.multimedia_messaging Multimedia Messaging. 
 

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

Methods in com.ibm.soa.parlayx21.multimedia_messaging that return DeliveryInformation
 DeliveryInformation[] SendMessageProxy.getMessageDeliveryStatus(java.lang.String requestIdentifier)
           
 DeliveryInformation[] SendMessageBindingStub.getMessageDeliveryStatus(java.lang.String requestIdentifier)
           
 DeliveryInformation[] SendMessage.getMessageDeliveryStatus(java.lang.String requestIdentifier)
          This is a poll method used by the application to retrieve delivery status for each message sent as a result of a previous sendMessage message invocation.
 

Methods in com.ibm.soa.parlayx21.multimedia_messaging with parameters of type DeliveryInformation
 void MessageNotificationProxy.notifyMessageDeliveryReceipt(java.lang.String correlator, DeliveryInformation deliveryStatus)
           
 void MessageNotificationBindingStub.notifyMessageDeliveryReceipt(java.lang.String correlator, DeliveryInformation deliveryStatus)
           
 void MessageNotification.notifyMessageDeliveryReceipt(java.lang.String correlator, DeliveryInformation deliveryStatus)
          The notifyMessageDeliveryReceipt method must be implemented by a Web Service at the application side if it requires notification of message delivery receipt.
 



Copyright © 2003 IBM Corp. All Rights Reserved.