Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

oracle.sdp.parlayx.multimedia_messaging.notification
Interface MessageNotification

All Known Implementing Classes:
MessageNotificationClient

public interface MessageNotification


Method Summary
 void notifyMessageDeliveryReceipt(java.lang.String correlator, DeliveryInformation deliveryStatus)
           
 void notifyMessageReception(java.lang.String correlator, MessageReference message)
           
 

Method Detail

notifyMessageDeliveryReceipt

@Action(input="http://www.csapi.org/wsdl/parlayx/multimedia_messaging/notification/v2_4/interface/MessageNotification/notifyMessageDeliveryReceiptRequest",
        output="http://www.csapi.org/wsdl/parlayx/multimedia_messaging/notification/v2_4/interface/MessageNotification/notifyMessageDeliveryReceiptResponse")
@ResponseWrapper(localName="notifyMessageDeliveryReceiptResponse",
                 targetNamespace="http://www.csapi.org/schema/parlayx/multimedia_messaging/notification/v2_4/local",
                 className="org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.NotifyMessageDeliveryReceiptResponse")
@RequestWrapper(localName="notifyMessageDeliveryReceipt",
                targetNamespace="http://www.csapi.org/schema/parlayx/multimedia_messaging/notification/v2_4/local",
                className="org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.NotifyMessageDeliveryReceipt")
void notifyMessageDeliveryReceipt(java.lang.String correlator,
                                                                        DeliveryInformation deliveryStatus)

notifyMessageReception

@Action(input="http://www.csapi.org/wsdl/parlayx/multimedia_messaging/notification/v2_4/interface/MessageNotification/notifyMessageReceptionRequest",
        output="http://www.csapi.org/wsdl/parlayx/multimedia_messaging/notification/v2_4/interface/MessageNotification/notifyMessageReceptionResponse")
@ResponseWrapper(localName="notifyMessageReceptionResponse",
                 targetNamespace="http://www.csapi.org/schema/parlayx/multimedia_messaging/notification/v2_4/local",
                 className="org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.NotifyMessageReceptionResponse")
@RequestWrapper(localName="notifyMessageReception",
                targetNamespace="http://www.csapi.org/schema/parlayx/multimedia_messaging/notification/v2_4/local",
                className="org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.NotifyMessageReception")
void notifyMessageReception(java.lang.String correlator,
                                                                  MessageReference message)

Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

Copyright © 2005, 2010 Oracle and/or its affiliates. All rights reserved.