com.ibm.soa.sp.pxnotify
Class WAPPushNotificationProxy

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

public class WAPPushNotificationProxy
extends java.lang.Object
implements WAPPushNotification


Constructor Summary
WAPPushNotificationProxy()
           
 
Method Summary
 java.lang.String getEndpoint()
           
 WAPPushNotification getWAPPushNotification()
           
 void notifyWAPPushDeliveryReceipt(java.lang.String correlator, com.ibm.soa.wap.DeliveryInformation deliverystatus, 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

WAPPushNotificationProxy

public WAPPushNotificationProxy()
Method Detail

useJNDI

public void useJNDI(boolean useJNDI)

getEndpoint

public java.lang.String getEndpoint()

setEndpoint

public void setEndpoint(java.lang.String endpoint)

getWAPPushNotification

public WAPPushNotification getWAPPushNotification()

notifyWAPPushDeliveryReceipt

public void notifyWAPPushDeliveryReceipt(java.lang.String correlator,
                                         com.ibm.soa.wap.DeliveryInformation deliverystatus,
                                         SPNotificationExtension notificationExtension)
                                  throws java.rmi.RemoteException,
                                         InvocationException
Specified by:
notifyWAPPushDeliveryReceipt in interface WAPPushNotification
Throws:
java.rmi.RemoteException
InvocationException


Copyright © 2003 IBM Corp. All Rights Reserved.