Interface NotificationSinkFactory


public interface NotificationSinkFactory
Factory to create notification sinks.
  • 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.