Package org.somda.sdc.dpws.soap.factory
Interface NotificationSourceFactory
-
public interface NotificationSourceFactoryFactory to create notification sources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationSourcecreateNotificationSource(NotificationCallback callback)Creates a notification source.
-
-
-
Method Detail
-
createNotificationSource
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.
-
-