com.ibm.soa.sp.pxnotify
Class SmsNotificationProxy
java.lang.Object
com.ibm.soa.sp.pxnotify.SmsNotificationProxy
- All Implemented Interfaces:
- SmsNotification, java.rmi.Remote
public class SmsNotificationProxy
- extends java.lang.Object
- implements SmsNotification
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmsNotificationProxy
public SmsNotificationProxy()
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.