com.ibm.soa.sp.pxnotify
Class SmsNotificationProxy

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

public class SmsNotificationProxy
extends java.lang.Object
implements SmsNotification


Constructor Summary
SmsNotificationProxy()
           
 
Method Summary
 java.lang.String getEndpoint()
           
 SmsNotification getSmsNotification()
           
 void notifySmsDeliveryReceipt(java.lang.String correlator, com.ibm.soa.parlayx21.sms.DeliveryInformation deliveryStatus, SPNotificationExtension notificationExtension)
           
 void notifySmsReception(java.lang.String correlator, com.ibm.soa.parlayx21.sms.SmsMessage 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

SmsNotificationProxy

public SmsNotificationProxy()
Method Detail

useJNDI

public void useJNDI(boolean useJNDI)

getEndpoint

public java.lang.String getEndpoint()

setEndpoint

public void setEndpoint(java.lang.String endpoint)

getSmsNotification

public SmsNotification getSmsNotification()

notifySmsReception

public void notifySmsReception(java.lang.String correlator,
                               com.ibm.soa.parlayx21.sms.SmsMessage message,
                               SPNotificationExtension notificationExtension)
                        throws java.rmi.RemoteException,
                               InvocationException
Specified by:
notifySmsReception in interface SmsNotification
Throws:
java.rmi.RemoteException
InvocationException

notifySmsDeliveryReceipt

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


Copyright © 2003 IBM Corp. All Rights Reserved.