Uses of Interface
org.somda.sdc.dpws.service.HostedServiceProxy
-
Packages that use HostedServiceProxy Package Description 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. -
-
Uses of HostedServiceProxy in org.somda.sdc.dpws.service
Classes in org.somda.sdc.dpws.service that implement HostedServiceProxy Modifier and Type Class Description classHostedServiceProxyImplDefault implementation of HostedServiceProxy.Methods in org.somda.sdc.dpws.service that return types with arguments of type HostedServiceProxy Modifier and Type Method Description Map<String,HostedServiceProxy>HostingServiceProxy. getHostedServices()Gets all hosted service proxies.Map<String,HostedServiceProxy>HostingServiceProxyImpl. getHostedServices() -
Uses of HostedServiceProxy in org.somda.sdc.dpws.service.factory
Methods in org.somda.sdc.dpws.service.factory that return HostedServiceProxy Modifier and Type Method Description HostedServiceProxyHostedServiceFactory. createHostedServiceProxy(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 HostedServiceProxy Modifier and Type Method Description HostedServiceTransportBindingHostedServiceTransportBindingFactory. createHostedServiceTransportBinding(HostedServiceProxy hostedServiceProxy)Create instance.Method parameters in org.somda.sdc.dpws.service.factory with type arguments of type HostedServiceProxy 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.
-