Uses of Interface
org.somda.sdc.dpws.service.HostedServiceProxy
Packages that use HostedServiceProxy
Package
Description
Hosting service and hosted service information for device and client side (proxies).
Factories for the service package.
-
Uses of HostedServiceProxy in org.somda.sdc.dpws.service
Classes in org.somda.sdc.dpws.service that implement HostedServiceProxyMethods in org.somda.sdc.dpws.service that return types with arguments of type HostedServiceProxyModifier and TypeMethodDescriptionHostingServiceProxy.getHostedServices()Gets all hosted service proxies.HostingServiceProxyImpl.getHostedServices() -
Uses of HostedServiceProxy in org.somda.sdc.dpws.service.factory
Methods in org.somda.sdc.dpws.service.factory that return HostedServiceProxyModifier and TypeMethodDescriptionHostedServiceFactory.createHostedServiceProxy(org.somda.sdc.dpws.model.HostedServiceType hostedServiceType, RequestResponseClient rrClient, String activeEprAddress, EventSink eventSink) Creates a hosted service proxy instance.Methods in org.somda.sdc.dpws.service.factory with parameters of type HostedServiceProxyModifier and TypeMethodDescriptionHostedServiceTransportBindingFactory.createHostedServiceTransportBinding(HostedServiceProxy hostedServiceProxy) Create instance.Method parameters in org.somda.sdc.dpws.service.factory with type arguments of type HostedServiceProxyModifier 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.