Uses of Class
org.teleal.cling.model.meta.Device

Packages that use Device
org.teleal.cling.binding.staging   
org.teleal.cling.binding.xml   
org.teleal.cling.model.meta   
org.teleal.cling.registry   
 

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

Methods in org.teleal.cling.binding.staging that return Device
 Device MutableDeviceDescriptor.build(Device prototype)
           
 Device MutableDeviceDescriptor.build(Device prototype, UDAVersion deviceVersion, URL baseURL)
           
 

Methods in org.teleal.cling.binding.staging with parameters of type Device
 Device MutableDeviceDescriptor.build(Device prototype)
           
 Device MutableDeviceDescriptor.build(Device prototype, UDAVersion deviceVersion, URL baseURL)
           
 

Uses of Device in org.teleal.cling.binding.xml
 

Methods in org.teleal.cling.binding.xml with type parameters of type Device
<D extends Device>
D
UDA10DeviceDescriptorBinderImpl.describe(D undescribedDevice, String descriptorXml)
           
<T extends Device>
T
UDA11DeviceDescriptorBinderImpl.describe(T undescribedDevice, String descriptorXml)
           
<T extends Device>
T
DeviceDescriptorBinder.describe(T undescribedDevice, String descriptorXml)
           
 

Methods in org.teleal.cling.binding.xml with parameters of type Device
 String UDA11DeviceDescriptorBinderImpl.generate(Device device)
           
 String UDA10DeviceDescriptorBinderImpl.generate(Device deviceModel)
           
 String DeviceDescriptorBinder.generate(Device device)
           
 

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

Classes in org.teleal.cling.model.meta with type parameters of type Device
 class Device<DI extends DeviceIdentity,D extends Device,S extends Service>
           
 

Subclasses of Device in org.teleal.cling.model.meta
 class LocalDevice
           
 class RemoteDevice
           
 

Methods in org.teleal.cling.model.meta that return Device
 Device Icon.getDevice()
           
 Device DeviceService.getDevice()
           
 D[] Device.getEmbeddedDevices()
           
 

Methods in org.teleal.cling.model.meta with parameters of type Device
 String DeviceService.getLocalURIPrefix(Device device)
           
 URI DeviceService.prefixLocalURI(Device device, URI uri)
           
 

Constructors in org.teleal.cling.model.meta with parameters of type Device
Device(DI identity, DeviceType type, DeviceDetails details, Icon[] icons, DeviceService<S>[] deviceServices, D[] embeddedDevices)
           
Device(DI identity, UDAVersion version, DeviceType type, DeviceDetails details, Icon[] icons, DeviceService<S>[] deviceServices, D[] embeddedDevices)
           
 

Uses of Device in org.teleal.cling.registry
 

Methods in org.teleal.cling.registry that return Device
 Device RegistryImpl.getDevice(UDN udn)
           
 Device Registry.getDevice(UDN udn)
           
 

Methods in org.teleal.cling.registry that return types with arguments of type Device
 Collection<Device> RegistryImpl.getDevices()
           
 Collection<Device> Registry.getDevices()
           
 Collection<Device> RegistryImpl.getDevices(DeviceType deviceType)
           
 Collection<Device> Registry.getDevices(DeviceType deviceType)
           
 Collection<Device> RegistryImpl.getDevices(ServiceType serviceType)
           
 Collection<Device> Registry.getDevices(ServiceType serviceType)
           
 



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