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

Packages that use Service
org.teleal.cling.binding.staging   
org.teleal.cling.binding.xml   
org.teleal.cling.controlpoint   
org.teleal.cling.model   
org.teleal.cling.model.action   
org.teleal.cling.model.gena   
org.teleal.cling.model.meta   
org.teleal.cling.model.state   
org.teleal.cling.registry   
 

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

Methods in org.teleal.cling.binding.staging that return Service
 Service MutableService.build(Device prototype)
           
 Service[] MutableDevice.createServices(Device prototype)
           
 

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

Methods in org.teleal.cling.binding.xml with type parameters of type Service
protected
<S extends Service>
S
UDA10ServiceDescriptorBinderImpl.buildInstance(S undescribedService, MutableService descriptor)
           
<S extends Service>
S
UDA10ServiceDescriptorBinderImpl.describe(S undescribedService, Document dom)
           
<S extends Service>
S
UDA10ServiceDescriptorBinderSAXImpl.describe(S undescribedService, String descriptorXml)
           
<S extends Service>
S
UDA10ServiceDescriptorBinderImpl.describe(S undescribedService, String descriptorXml)
           
<T extends Service>
T
ServiceDescriptorBinder.describe(T undescribedService, Document dom)
           
<T extends Service>
T
ServiceDescriptorBinder.describe(T undescribedService, String descriptorXml)
           
 

Methods in org.teleal.cling.binding.xml with parameters of type Service
 Document UDA10ServiceDescriptorBinderImpl.buildDOM(Service service)
           
 Document ServiceDescriptorBinder.buildDOM(Service service)
           
 String UDA10ServiceDescriptorBinderImpl.generate(Service service)
           
 String ServiceDescriptorBinder.generate(Service service)
           
protected  void UDA10ServiceDescriptorBinderImpl.hydrateBasic(MutableService descriptor, Service undescribedService)
           
 

Uses of Service in org.teleal.cling.controlpoint
 

Fields in org.teleal.cling.controlpoint declared as Service
protected  Service SubscriptionCallback.service
           
 

Methods in org.teleal.cling.controlpoint that return Service
 Service SubscriptionCallback.getService()
           
 

Constructors in org.teleal.cling.controlpoint with parameters of type Service
SubscriptionCallback(Service service)
           
SubscriptionCallback(Service service, int requestedDurationSeconds)
           
 

Uses of Service in org.teleal.cling.model
 

Classes in org.teleal.cling.model with type parameters of type Service
 class VariableValue<S extends Service>
           
 

Methods in org.teleal.cling.model with parameters of type Service
 URI Namespace.getControlPath(Service service)
           
 URI Namespace.getDescriptorPath(Service service)
           
 URI Namespace.getEventCallbackPath(Service service)
           
 URI Namespace.getEventSubscriptionPath(Service service)
           
 URI Namespace.getPath(Service service)
           
 

Uses of Service in org.teleal.cling.model.action
 

Classes in org.teleal.cling.model.action with type parameters of type Service
 class ActionArgumentValue<S extends Service>
           
 class ActionInvocation<S extends Service>
           
 class ActionInvocationValues<S extends Service>
           
 

Uses of Service in org.teleal.cling.model.gena
 

Classes in org.teleal.cling.model.gena with type parameters of type Service
 class GENASubscription<S extends Service>
           
 

Fields in org.teleal.cling.model.gena declared as Service
protected  S GENASubscription.service
           
 

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

Classes in org.teleal.cling.model.meta with type parameters of type Service
 class Action<S extends Service>
           
 class ActionArgument<S extends Service>
           
 class Device<DI extends DeviceIdentity,D extends Device,S extends Service>
           
 class QueryStateVariableAction<S extends Service>
          Note: This is already deprecated in UDA 1.0!
 class Service<D extends Device,S extends Service>
           
 class StateVariable<S extends Service>
           
 

Subclasses of Service in org.teleal.cling.model.meta
 class LocalService<T>
           
 class RemoteService
           
 

Fields in org.teleal.cling.model.meta declared as Service
protected  S[] Device.services
           
 

Methods in org.teleal.cling.model.meta that return Service
 S[] Device.findServices()
           
 S[] Device.findServices(ServiceType serviceType)
           
abstract  S[] Device.getServices()
           
abstract  S[] Device.newServiceArray(int size)
           
abstract  S[] Device.toServiceArray(Collection<S> col)
           
 

Methods in org.teleal.cling.model.meta with parameters of type Service
abstract  D Device.newInstance(UDN udn, UDAVersion version, DeviceType type, DeviceDetails details, Icon[] icons, S[] services, List<D> embeddedDevices)
           
 

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

Uses of Service in org.teleal.cling.model.state
 

Classes in org.teleal.cling.model.state with type parameters of type Service
 class StateVariableValue<S extends Service>
           
 

Uses of Service in org.teleal.cling.registry
 

Methods in org.teleal.cling.registry that return Service
 Service RegistryImpl.getService(ServiceReference serviceReference)
           
 Service Registry.getService(ServiceReference serviceReference)
           
 



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