Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

oracle.sdp.parlayx.multimedia_messaging.notification_manager
Interface MessageNotificationManager

All Known Implementing Classes:
MessageNotificationManagerClient

public interface MessageNotificationManager


Method Summary
 void startMessageNotification(SimpleReference reference, java.lang.String messageServiceActivationNumber, java.lang.String criteria)
           
 void stopMessageNotification(java.lang.String correlator)
           
 

Method Detail

startMessageNotification

@Action(input="http://www.csapi.org/wsdl/parlayx/multimedia_messaging/notification_manager/v2_5/interface/MessageNotificationManager/startMessageNotificationRequest",
        fault={@FaultAction(value="http://www.csapi.org/wsdl/parlayx/multimedia_messaging/notification_manager/v2_5/interface/MessageNotificationManager/startMessageNotification/Fault/PolicyException",className=PolicyException.class),@FaultAction(value="http://www.csapi.org/wsdl/parlayx/multimedia_messaging/notification_manager/v2_5/interface/MessageNotificationManager/startMessageNotification/Fault/ServiceException",className=ServiceException.class)},
        output="http://www.csapi.org/wsdl/parlayx/multimedia_messaging/notification_manager/v2_5/interface/MessageNotificationManager/startMessageNotificationResponse")
@ResponseWrapper(localName="startMessageNotificationResponse",
                 targetNamespace="http://www.csapi.org/schema/parlayx/multimedia_messaging/notification_manager/v2_5/local",
                 className="org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StartMessageNotificationResponse")
@RequestWrapper(localName="startMessageNotification",
                targetNamespace="http://www.csapi.org/schema/parlayx/multimedia_messaging/notification_manager/v2_5/local",
                className="org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StartMessageNotification")
void startMessageNotification(SimpleReference reference,
                                                                                                                                       java.lang.String messageServiceActivationNumber,
                                                                                                                                       java.lang.String criteria)
                              throws PolicyException,
                                     ServiceException
Throws:
PolicyException
ServiceException

stopMessageNotification

@Action(input="http://www.csapi.org/wsdl/parlayx/multimedia_messaging/notification_manager/v2_5/interface/MessageNotificationManager/stopMessageNotificationRequest",
        fault={@FaultAction(value="http://www.csapi.org/wsdl/parlayx/multimedia_messaging/notification_manager/v2_5/interface/MessageNotificationManager/stopMessageNotification/Fault/PolicyException",className=PolicyException.class),@FaultAction(value="http://www.csapi.org/wsdl/parlayx/multimedia_messaging/notification_manager/v2_5/interface/MessageNotificationManager/stopMessageNotification/Fault/ServiceException",className=ServiceException.class)},
        output="http://www.csapi.org/wsdl/parlayx/multimedia_messaging/notification_manager/v2_5/interface/MessageNotificationManager/stopMessageNotificationResponse")
@ResponseWrapper(localName="stopMessageNotificationResponse",
                 targetNamespace="http://www.csapi.org/schema/parlayx/multimedia_messaging/notification_manager/v2_5/local",
                 className="org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StopMessageNotificationResponse")
@RequestWrapper(localName="stopMessageNotification",
                targetNamespace="http://www.csapi.org/schema/parlayx/multimedia_messaging/notification_manager/v2_5/local",
                className="org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StopMessageNotification")
void stopMessageNotification(java.lang.String correlator)
                             throws PolicyException,
                                    ServiceException
Throws:
PolicyException
ServiceException

Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

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