|
YAACC - UPNP Client and Server
|
Combines a org.fourthline.cling.model.types.UDN and a org.fourthline.cling.model.types.ServiceId.
More...

Static Public Attributes | |
| static final String | DELIMITER = "/" |
Combines a org.fourthline.cling.model.types.UDN and a org.fourthline.cling.model.types.ServiceId.
A service reference is useful to remember a service. For example, if a control point has accessed a service once, it can remember the service with org.fourthline.cling.model.meta.Service#getReference(). Before every action invocation, it can now resolve the reference to an actually registered service with org.fourthline.cling.registry.Registry#getService(ServiceReference). If the registry doesn't return a service for the given reference, the service is currently not available.
This simplifies implementing disconnect/reconnect behavior in a control point.