Uses of Interface
org.somda.sdc.dpws.service.HostedService
-
Packages that use HostedService Package Description org.somda.sdc.dpws.device Device implementation of DPWS.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 HostedService in org.somda.sdc.dpws.device
Methods in org.somda.sdc.dpws.device with parameters of type HostedService Modifier and Type Method Description voidDeviceImpl. 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 HostedService Modifier and Type Class Description classHostedServiceImplDefault implementation of HostedService.Methods in org.somda.sdc.dpws.service that return types with arguments of type HostedService Modifier and Type Method Description List<HostedService>HostingService. getHostedServices()Gets registered hosted services.List<HostedService>HostingServiceInterceptor. getHostedServices()Methods in org.somda.sdc.dpws.service with parameters of type HostedService Modifier and Type Method Description voidHostingService. 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 HostedService Modifier and Type Method Description HostedServiceHostedServiceFactory. createHostedService(String serviceId, List<QName> types, List<String> eprAddresses, WebService webService, byte[] wsdlDocument)Creates a hosted service instance.HostedServiceHostedServiceFactory. 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 HostedService Modifier and Type Method Description HostedServiceInterceptorHostedServiceInterceptorFactory. createHostedServiceInterceptor(HostedService hostedService, WsDiscoveryTargetService targetService)Creates a hosted service interceptor.
-