com.ebmwebsourcing.wsstar.notification.service.brokerednotification
Interface WsnbrRegisterPublisher
- All Known Subinterfaces:
- WsnbrNotificationBroker
- All Known Implementing Classes:
- RegistrationsMgr
public interface WsnbrRegisterPublisher
Java interface of the WS-BrokeredNotification service
- Author:
- tdejean - eBM Websourcing
|
Method Summary |
com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisherResponse |
registerPublisher(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisher request)
Register a new {topic, notification producer}(*)
(*: Publisher may not be the notification producer) |
registerPublisher
com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisherResponse registerPublisher(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisher request)
throws com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException,
WSNotificationFault,
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
- Register a new {topic, notification producer}(*)
(*: Publisher may not be the notification producer)
- Parameters:
registration -
- Returns:
- a RegisterPublisherResponse object as describe in WS-BrokeredNotification spec (p.18)
- Throws:
com.ebmwebsourcing.wsstar.notification.definition.utils.WSNotificationException
WSNotificationFault
com.ebmwebsourcing.wsstar.notification.extension.utils.WSNotificationExtensionException
Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.