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

oracle.sdp.parlayx.multimedia_messaging.notification
Class MessageNotificationClient

java.lang.Object
  extended by oracle.sdpinternal.parlayx.ParlayXClientBase
      extended by oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotificationClient
All Implemented Interfaces:
MessageNotification

public class MessageNotificationClient
extends oracle.sdpinternal.parlayx.ParlayXClientBase
implements MessageNotification

Since:
11.1.1.0.0

Constructor Summary
MessageNotificationClient(Map<java.lang.String,java.lang.Object> parameters)
          Construct a client capable of invoking a Parlay X MessageNotification webservice.
 
Method Summary
 MessageNotification getPort()
           
 void notifyMessageDeliveryReceipt(java.lang.String correlator, DeliveryInformation deliveryStatus)
           
 void notifyMessageReception(java.lang.String correlator, MessageReference message)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageNotificationClient

public MessageNotificationClient(Map<java.lang.String,java.lang.Object> parameters)
Construct a client capable of invoking a Parlay X MessageNotification 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 MessageNotification getPort()

notifyMessageDeliveryReceipt

public void notifyMessageDeliveryReceipt(java.lang.String correlator,
                                         DeliveryInformation deliveryStatus)
Specified by:
notifyMessageDeliveryReceipt in interface MessageNotification

notifyMessageReception

public void notifyMessageReception(java.lang.String correlator,
                                   MessageReference message)
Specified by:
notifyMessageReception in interface MessageNotification

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.