Interface WsDiscoveryClientFactory
-
- All Implemented Interfaces:
public interface WsDiscoveryClientFactoryFactory to create WS-Discovery clients.
-
-
Method Summary
Modifier and Type Method Description abstract WsDiscoveryClientcreateWsDiscoveryClient(NotificationSource notificationSource)Creates a new discovery client. -
-
Method Detail
-
createWsDiscoveryClient
abstract WsDiscoveryClient createWsDiscoveryClient(NotificationSource notificationSource)
Creates a new discovery client.
- Parameters:
notificationSource- The source where Probe and Resolve messages are sent from.- Returns:
the instance.
-
-
-
-