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

Packages that use ServiceType
org.teleal.cling.binding   
org.teleal.cling.binding.annotations   
org.teleal.cling.binding.staging   
org.teleal.cling.model.message.discovery   
org.teleal.cling.model.message.header   
org.teleal.cling.model.meta   
org.teleal.cling.model.types   
org.teleal.cling.protocol.async   
org.teleal.cling.registry   
 

Uses of ServiceType in org.teleal.cling.binding
 

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

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

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

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

Fields in org.teleal.cling.binding.staging declared as ServiceType
 ServiceType MutableService.serviceType
           
 

Uses of ServiceType in org.teleal.cling.model.message.discovery
 

Constructors in org.teleal.cling.model.message.discovery with parameters of type ServiceType
OutgoingNotificationRequestServiceType(Locator locator, LocalDevice device, NotificationSubtype type, ServiceType serviceType)
           
OutgoingSearchResponseServiceType(IncomingDatagramMessage request, Locator locator, LocalDevice device, ServiceType serviceType)
           
 

Uses of ServiceType in org.teleal.cling.model.message.header
 

Constructors in org.teleal.cling.model.message.header with parameters of type ServiceType
ServiceTypeHeader(ServiceType value)
           
ServiceUSNHeader(UDN udn, ServiceType serviceType)
           
 

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

Methods in org.teleal.cling.model.meta that return ServiceType
 ServiceType[] Device.findServiceTypes()
           
 ServiceType Service.getServiceType()
           
 

Methods in org.teleal.cling.model.meta with parameters of type ServiceType
protected  Collection<D> Device.find(ServiceType serviceType, D current)
           
 D[] Device.findDevices(ServiceType serviceType)
           
 S Device.findService(ServiceType serviceType)
           
 S[] Device.findServices(ServiceType serviceType)
           
protected  Collection<S> Device.findServices(ServiceType serviceType, ServiceId serviceId, D current)
           
 LocalService LocalDevice.newInstance(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, Action<LocalService>[] actions, StateVariable<LocalService>[] stateVariables)
           
 RemoteService RemoteDevice.newInstance(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, Action<RemoteService>[] actions, StateVariable<RemoteService>[] stateVariables)
           
abstract  S Device.newInstance(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, Action<S>[] actions, StateVariable<S>[] stateVariables)
           
 

Constructors in org.teleal.cling.model.meta with parameters of type ServiceType
LocalService(ServiceType serviceType, ServiceId serviceId, Action[] actions, StateVariable[] stateVariables)
           
LocalService(ServiceType serviceType, ServiceId serviceId, Map<Action,ActionExecutor> actionExecutors, Map<StateVariable,StateVariableAccessor> stateVariableAccessors, Set<Class> stringConvertibleTypes, boolean supportsQueryStateVariables)
           
RemoteService(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI)
           
RemoteService(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, Action<RemoteService>[] actions, StateVariable<RemoteService>[] stateVariables)
           
Service(ServiceType serviceType, ServiceId serviceId)
           
Service(ServiceType serviceType, ServiceId serviceId, Action<S>[] actions, StateVariable<S>[] stateVariables)
           
 

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

Subclasses of ServiceType in org.teleal.cling.model.types
 class UDAServiceType
          Service type with a fixed schemas-upnp-org namespace.
 

Methods in org.teleal.cling.model.types that return ServiceType
 ServiceType SoapActionType.getServiceType()
           
 ServiceType NamedServiceType.getServiceType()
           
static ServiceType ServiceType.valueOf(String s)
           
 

Methods in org.teleal.cling.model.types with parameters of type ServiceType
 boolean ServiceType.implementsVersion(ServiceType that)
           
 

Constructors in org.teleal.cling.model.types with parameters of type ServiceType
NamedServiceType(UDN udn, ServiceType serviceType)
           
SoapActionType(ServiceType serviceType, String actionName)
           
 

Uses of ServiceType in org.teleal.cling.protocol.async
 

Methods in org.teleal.cling.protocol.async with parameters of type ServiceType
protected  void ReceivingSearch.sendSearchResponseServiceType(ServiceType serviceType)
           
 

Uses of ServiceType in org.teleal.cling.registry
 

Methods in org.teleal.cling.registry with parameters of type ServiceType
 Collection<Device> RegistryImpl.getDevices(ServiceType serviceType)
           
 Collection<Device> Registry.getDevices(ServiceType serviceType)
           
 



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