Uses of Interface
org.somda.sdc.dpws.service.HostedService
Packages that use HostedService
Package
Description
Device implementation of DPWS.
Hosting service and hosted service information for device and client side (proxies).
Factories for the service package.
-
Uses of HostedService in org.somda.sdc.dpws.device
Methods in org.somda.sdc.dpws.device with parameters of type HostedServiceModifier and TypeMethodDescriptionvoidDeviceImpl.addHostedService(HostedService hostedService) voidHostingServiceAccess.addHostedService(HostedService hostedService) Adds a hosted service definition. -
Uses of HostedService in org.somda.sdc.dpws.service
Classes in org.somda.sdc.dpws.service that implement HostedServiceMethods in org.somda.sdc.dpws.service that return types with arguments of type HostedServiceModifier and TypeMethodDescriptionHostingService.getHostedServices()Gets registered hosted services.HostingServiceInterceptor.getHostedServices()Methods in org.somda.sdc.dpws.service with parameters of type HostedServiceModifier and TypeMethodDescriptionvoidHostingService.addHostedService(HostedService hostedService) Adds a hosted service to this hosting service.voidHostingServiceInterceptor.addHostedService(HostedService hostedService) -
Uses of HostedService in org.somda.sdc.dpws.service.factory
Methods in org.somda.sdc.dpws.service.factory that return HostedServiceModifier and TypeMethodDescriptionHostedServiceFactory.createHostedService(String serviceId, List<QName> types, List<String> eprAddresses, WebService webService, byte[] wsdlDocument) Creates a hosted service instance.HostedServiceFactory.createHostedService(String serviceId, List<QName> types, WebService webService, byte[] wsdlDocument) Creates a hosted service metadata instance without available EPR addresses.Methods in org.somda.sdc.dpws.service.factory with parameters of type HostedServiceModifier and TypeMethodDescriptionHostedServiceInterceptorFactory.createHostedServiceInterceptor(HostedService hostedService, WsDiscoveryTargetService targetService) Creates a hosted service interceptor.