Uses of Class
org.teleal.cling.model.types.ServiceId

Packages that use ServiceId
org.teleal.cling.binding   
org.teleal.cling.binding.annotations   
org.teleal.cling.binding.staging   
org.teleal.cling.model   
org.teleal.cling.model.meta   
org.teleal.cling.model.types   
 

Uses of ServiceId in org.teleal.cling.binding
 

Methods in org.teleal.cling.binding with parameters of type ServiceId
 DeviceService LocalServiceBinder.read(Class<?> clazz, ServiceId id, ServiceType type, boolean supportsQueryStateVariables, Class[] stringConvertibleTypes)
           
 

Uses of ServiceId in org.teleal.cling.binding.annotations
 

Methods in org.teleal.cling.binding.annotations with parameters of type ServiceId
 DeviceService AnnotationLocalServiceBinder.read(Class<?> clazz, ServiceId id, ServiceType type, boolean supportsQueryStateVariables, Class[] stringConvertibleTypes)
           
 DeviceService AnnotationLocalServiceBinder.read(Class<?> clazz, ServiceId id, ServiceType type, boolean supportsQueryStateVariables, Set<Class> stringConvertibleTypes)
           
 

Uses of ServiceId in org.teleal.cling.binding.staging
 

Fields in org.teleal.cling.binding.staging declared as ServiceId
 ServiceId MutableDeviceService.serviceId
           
 

Uses of ServiceId in org.teleal.cling.model
 

Methods in org.teleal.cling.model that return ServiceId
 ServiceId ServiceReference.getServiceId()
           
 

Constructors in org.teleal.cling.model with parameters of type ServiceId
ServiceReference(UDN udn, ServiceId serviceId)
           
 

Uses of ServiceId in org.teleal.cling.model.meta
 

Methods in org.teleal.cling.model.meta that return ServiceId
 ServiceId DeviceService.getServiceId()
           
 

Methods in org.teleal.cling.model.meta with parameters of type ServiceId
 DeviceService<S> Device.findDeviceService(ServiceId serviceId)
           
protected  Collection<DeviceService> Device.findDeviceServices(ServiceType serviceType, ServiceId serviceId, D current)
           
 

Constructors in org.teleal.cling.model.meta with parameters of type ServiceId
DeviceService(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI)
           
DeviceService(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, S service)
           
LocalDeviceService(ServiceType serviceType, ServiceId serviceId, LocalService service)
           
 

Uses of ServiceId in org.teleal.cling.model.types
 

Subclasses of ServiceId in org.teleal.cling.model.types
 class UDAServiceId
           
 

Methods in org.teleal.cling.model.types that return ServiceId
static ServiceId ServiceId.valueOf(String s)
           
 



Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.