Uses of Interface
org.somda.sdc.dpws.service.HostingServiceProxy
-
Packages that use HostingServiceProxy Package Description org.somda.sdc.dpws.client Client implementation of DPWS.org.somda.sdc.dpws.client.helper Helper classes to support the DPWS client implementation.org.somda.sdc.dpws.service Hosting service and hosted service information for device and client side (proxies).org.somda.sdc.dpws.service.factory Factories for the service package.org.somda.sdc.dpws.wsdl 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 HostingServiceProxy Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<HostingServiceProxy>Client. connect(String eprAddress)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>ClientImpl. connect(String eprAddress)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 HostingServiceProxy Modifier and Type Method Description com.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 Modifier and Type Class Description classHostingServiceProxyImplDefault implementation of HostingServiceProxy. -
Uses of HostingServiceProxy in org.somda.sdc.dpws.service.factory
Methods in org.somda.sdc.dpws.service.factory that return HostingServiceProxy Modifier and Type Method Description HostingServiceProxyHostingServiceFactory. createHostingServiceProxy(String endpointReferenceAddress, List<QName> types, ThisDeviceType thisDevice, 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 HostingServiceProxy Modifier and Type Method Description Map<String,List<String>>WsdlRetriever. retrieveWsdls(HostingServiceProxy hostingServiceProxy)Retrieves all WSDLs of the Provider the client is connected to.
-