Package org.somda.sdc.dpws.soap.factory
Interface NotificationSinkFactory
public interface NotificationSinkFactory
Factory to create notification sinks.
-
Method Summary
Modifier and TypeMethodDescriptioncreateNotificationSink(WsAddressingServerInterceptor wsAddressingServerInterceptor) Creates a notification sink.
-
Method Details
-
createNotificationSink
NotificationSink createNotificationSink(WsAddressingServerInterceptor wsAddressingServerInterceptor) Creates a notification sink.- Parameters:
wsAddressingServerInterceptor- the server interceptor to use for action processing and message duplication detection.- Returns:
- a new
NotificationSink.
-