Interface WsEventingEventSinkFactory
-
public interface WsEventingEventSinkFactoryCreatesEventSinkinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventSinkcreateWsEventingEventSink(RequestResponseClient requestResponseClient, String hostAddress)Creates a new WS-Eventing event sink.
-
-
-
Method Detail
-
createWsEventingEventSink
EventSink createWsEventingEventSink(RequestResponseClient requestResponseClient, String hostAddress)
Creates a new WS-Eventing event sink.- Parameters:
requestResponseClient- request response client where to send requests to (subscribe, renew, ...).hostAddress- address where to bind a notification sink server.- Returns:
- a new
EventSinkinstance.
-
-