Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference
E14011-05

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

Deprecated. 11.1.1.7.0

@Deprecated
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)
          Deprecated. Construct a client capable of invoking a Parlay X MessageNotificationManager webservice.
 
Method Summary
 MessageNotificationManager getPort()
          Deprecated.  
 void startMessageNotification(SimpleReference reference, java.lang.String messageServiceActivationNumber, java.lang.String criteria)
          Deprecated.  
 void stopMessageNotification(java.lang.String correlator)
          Deprecated.  
 
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)
Deprecated. 
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()
Deprecated. 

startMessageNotification

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

stopMessageNotification

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

Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference
E14011-05

Copyright © 2009, 2013 Oracle and/or its affiliates. All rights reserved.