Uses of Interface
org.somda.sdc.dpws.soap.wsdiscovery.WsDiscoveryClient
-
Packages that use WsDiscoveryClient Package Description org.somda.sdc.dpws.client.helper.factory Factories for the client util package.org.somda.sdc.dpws.soap.wsdiscovery WS-Discovery plugin for SOAP.org.somda.sdc.dpws.soap.wsdiscovery.factory Factories for the SOAP WS-Discovery plugin. -
-
Uses of WsDiscoveryClient in org.somda.sdc.dpws.client.helper.factory
Methods in org.somda.sdc.dpws.client.helper.factory with parameters of type WsDiscoveryClient Modifier and Type Method Description DiscoveredDeviceResolverClientHelperFactory. createDiscoveredDeviceResolver(WsDiscoveryClient wsDiscoveryClient)Creates a resolver for discovered devices. -
Uses of WsDiscoveryClient in org.somda.sdc.dpws.soap.wsdiscovery
Classes in org.somda.sdc.dpws.soap.wsdiscovery that implement WsDiscoveryClient Modifier and Type Class Description classWsDiscoveryClientInterceptorDefault implementation of WsDiscoveryClient. -
Uses of WsDiscoveryClient in org.somda.sdc.dpws.soap.wsdiscovery.factory
Methods in org.somda.sdc.dpws.soap.wsdiscovery.factory that return WsDiscoveryClient Modifier and Type Method Description WsDiscoveryClientWsDiscoveryClientFactory. createWsDiscoveryClient(NotificationSource notificationSource)Creates a new discovery client.
-