Package org.somda.sdc.dpws.soap.factory
Interface NotificationSinkFactory
-
public interface NotificationSinkFactoryFactory to create notification sinks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationSinkcreateNotificationSink(WsAddressingServerInterceptor wsAddressingServerInterceptor)Creates a notification sink.
-
-
-
Method Detail
-
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.
-
-