Interface WsDiscoveryClientFactory
public interface WsDiscoveryClientFactory
Factory to create WS-Discovery clients.
-
Method Summary
Modifier and TypeMethodDescriptioncreateWsDiscoveryClient(NotificationSource notificationSource) Creates a new discovery client.
-
Method Details
-
createWsDiscoveryClient
Creates a new discovery client.- Parameters:
notificationSource- The source where Probe and Resolve messages are sent from.- Returns:
- the instance.
-