com.ebmwebsourcing.wsstar.notification.service.basenotification
Interface WsnbSubscriptionManager

All Known Subinterfaces:
WsnbPausableSubscriptionManager
All Known Implementing Classes:
PausableSubscriptionManagerMgr, SubscriptionManagerMgr

public interface WsnbSubscriptionManager

Author:
tdejean - eBM WebSourcing

Method Summary
 com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.RenewResponse renew(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Renew request)
          renew an existing subscription
 com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.UnsubscribeResponse unsubscribe(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe request)
          terminate an existing subscription
 

Method Detail

renew

com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.RenewResponse renew(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Renew request)
                                                                                           throws com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
                                                                                                  WSNotificationFault
renew an existing subscription

Parameters:
request -
Returns:
an RenewResponse object as describe in the WS-BaseNotification (p.31)
Throws:
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
WSNotificationFault

unsubscribe

com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.UnsubscribeResponse unsubscribe(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe request)
                                                                                                       throws com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
                                                                                                              WSNotificationFault,
                                                                                                              com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
terminate an existing subscription

Parameters:
request -
Returns:
an UnsubscribeResponse object as described in the WS-BaseNotification (p.33)
Throws:
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
WSNotificationFault


Copyright © 2009 eBM Websourcing. All Rights Reserved.