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

oracle.sdp.parlayx.multimedia_messaging.notification_manager
Class MessageNotificationManagerClient

java.lang.Object
  extended by oracle.sdpinternal.parlayx.ParlayXClientBase
      extended by oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManagerClient
All Implemented Interfaces:
MessageNotificationManager

public class MessageNotificationManagerClient
extends oracle.sdpinternal.parlayx.ParlayXClientBase
implements MessageNotificationManager

Since:
11.1.1.0.0

Constructor Summary
MessageNotificationManagerClient(Map<java.lang.String,java.lang.Object> parameters)
          Construct a client capable of invoking a Parlay X MessageNotificationManager webservice.
 
Method Summary
 MessageNotificationManager getPort()
           
 void startMessageNotification(SimpleReference reference, java.lang.String messageServiceActivationNumber, java.lang.String criteria)
           
 void stopMessageNotification(java.lang.String correlator)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageNotificationManagerClient

public MessageNotificationManagerClient(Map<java.lang.String,java.lang.Object> parameters)
Construct a client capable of invoking a Parlay X MessageNotificationManager webservice. The client is configured via a Map of name-object pairs. Any parameters specified will be passed through to the JAX-WS RequestContext. Thus, any key names specified in the JAX-WS documentation are valid, such as BindingProvider.ENDPOINT_ADDRESS_PROPERTY, BindingProvider.SESSION_MAINTAIN_PROPERTY, etc. Key names from class oracle.sdp.parlayx.ParlayXConstants may also be useful.

Parameters:
parameters - A Map of configuration parameters for the client. The values in this map will be passed through to the JAX-WS RequestContext as described above.
Method Detail

getPort

public MessageNotificationManager getPort()

startMessageNotification

public void startMessageNotification(SimpleReference reference,
                                     java.lang.String messageServiceActivationNumber,
                                     java.lang.String criteria)
                              throws PolicyException,
                                     ServiceException
Specified by:
startMessageNotification in interface MessageNotificationManager
Throws:
PolicyException
ServiceException

stopMessageNotification

public void stopMessageNotification(java.lang.String correlator)
                             throws PolicyException,
                                    ServiceException
Specified by:
stopMessageNotification in interface MessageNotificationManager
Throws:
PolicyException
ServiceException

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.