com.ibm.soa.sp.pxnotify
Class MessageNotificationProxy

java.lang.Object
  extended by com.ibm.soa.sp.pxnotify.MessageNotificationProxy
All Implemented Interfaces:
MessageNotification, java.rmi.Remote

public class MessageNotificationProxy
extends java.lang.Object
implements MessageNotification


Constructor Summary
MessageNotificationProxy()
           
 
Method Summary
 java.lang.String getEndpoint()
           
 MessageNotification getMessageNotification()
           
 void notifyMessageDeliveryReceipt(java.lang.String correlator, com.ibm.soa.parlayx21.multimedia_messaging.DeliveryInformation deliveryStatus, SPNotificationExtension notificationExtension)
           
 void notifyMessageReception(java.lang.String correlator, com.ibm.soa.parlayx21.multimedia_messaging.MessageReference message, SPNotificationExtension notificationExtension)
           
 void setEndpoint(java.lang.String endpoint)
           
 void useJNDI(boolean useJNDI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageNotificationProxy

public MessageNotificationProxy()
Method Detail

useJNDI

public void useJNDI(boolean useJNDI)

getEndpoint

public java.lang.String getEndpoint()

setEndpoint

public void setEndpoint(java.lang.String endpoint)

getMessageNotification

public MessageNotification getMessageNotification()

notifyMessageReception

public void notifyMessageReception(java.lang.String correlator,
                                   com.ibm.soa.parlayx21.multimedia_messaging.MessageReference message,
                                   SPNotificationExtension notificationExtension)
                            throws java.rmi.RemoteException,
                                   InvocationException
Specified by:
notifyMessageReception in interface MessageNotification
Throws:
java.rmi.RemoteException
InvocationException

notifyMessageDeliveryReceipt

public void notifyMessageDeliveryReceipt(java.lang.String correlator,
                                         com.ibm.soa.parlayx21.multimedia_messaging.DeliveryInformation deliveryStatus,
                                         SPNotificationExtension notificationExtension)
                                  throws java.rmi.RemoteException,
                                         InvocationException
Specified by:
notifyMessageDeliveryReceipt in interface MessageNotification
Throws:
java.rmi.RemoteException
InvocationException


Copyright © 2003 IBM Corp. All Rights Reserved.