Uses of Interface
org.somda.sdc.dpws.service.HostingServiceProxy
Packages that use HostingServiceProxy
Package
Description
Client implementation of DPWS.
Helper classes to support the DPWS client implementation.
Hosting service and hosted service information for device and client side (proxies).
Factories for the service package.
Contains a WSDL implementation.
-
Uses of HostingServiceProxy in org.somda.sdc.dpws.client
Methods in org.somda.sdc.dpws.client that return types with arguments of type HostingServiceProxyModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<HostingServiceProxy>Connects to a hosting service by using an EPR address.com.google.common.util.concurrent.ListenableFuture<HostingServiceProxy>Client.connect(DiscoveredDevice discoveredDevice) Connects to a hosting service by usingDiscoveredDevice.com.google.common.util.concurrent.ListenableFuture<HostingServiceProxy>com.google.common.util.concurrent.ListenableFuture<HostingServiceProxy>ClientImpl.connect(DiscoveredDevice discoveredDevice) -
Uses of HostingServiceProxy in org.somda.sdc.dpws.client.helper
Methods in org.somda.sdc.dpws.client.helper that return types with arguments of type HostingServiceProxyModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<HostingServiceProxy>HostingServiceResolver.resolveHostingService(DiscoveredDevice discoveredDevice) Resolve hosting service and hosted service information. -
Uses of HostingServiceProxy in org.somda.sdc.dpws.service
Classes in org.somda.sdc.dpws.service that implement HostingServiceProxy -
Uses of HostingServiceProxy in org.somda.sdc.dpws.service.factory
Methods in org.somda.sdc.dpws.service.factory that return HostingServiceProxyModifier and TypeMethodDescriptionHostingServiceFactory.createHostingServiceProxy(String endpointReferenceAddress, List<QName> types, org.somda.sdc.dpws.model.ThisDeviceType thisDevice, org.somda.sdc.dpws.model.ThisModelType thisModel, Map<String, HostedServiceProxy> hostedServices, long metadataVersion, RequestResponseClient requestResponseClient, String activeXAddr) Creates a hosting service proxy. -
Uses of HostingServiceProxy in org.somda.sdc.dpws.wsdl
Methods in org.somda.sdc.dpws.wsdl with parameters of type HostingServiceProxyModifier and TypeMethodDescriptionWsdlRetriever.retrieveWsdls(HostingServiceProxy hostingServiceProxy) Retrieves all WSDLs of the Provider the client is connected to.