Package org.somda.sdc.dpws.soap.factory
Interface NotificationSourceFactory
-
- All Implemented Interfaces:
public interface NotificationSourceFactoryFactory to create notification sources.
-
-
Method Summary
Modifier and Type Method Description abstract NotificationSourcecreateNotificationSource(NotificationCallback callback)Creates a notification source. -
-
Method Detail
-
createNotificationSource
abstract NotificationSource createNotificationSource(NotificationCallback callback)
Creates a notification source.
- Parameters:
callback- a callback that is supposed to be invoked after all interceptors are visited and the notification is ready to be transmitted to an event sink.- Returns:
a new NotificationSource.
-
-
-
-