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