Package org.somda.sdc.dpws.soap.factory
Interface NotificationSourceFactory
public interface NotificationSourceFactory
Factory to create notification sources.
-
Method Summary
Modifier and TypeMethodDescriptioncreateNotificationSource(NotificationCallback callback) Creates a notification source.
-
Method Details
-
createNotificationSource
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.
-