Uses of Class
com.metratec.lib.upnp.Service
-
Packages that use Service Package Description com.metratec.lib.upnp -
-
Uses of Service in com.metratec.lib.upnp
Methods in com.metratec.lib.upnp that return Service Modifier and Type Method Description Service
Action. getService()
Get the service this action belongs to.Service
DeviceDescription. getServiceById(java.lang.String id)
Find a service by UPnP service identifier.Service
DeviceDescription. getServiceByType(java.lang.String type)
Find a service by UPnP service type.Methods in com.metratec.lib.upnp that return types with arguments of type Service Modifier and Type Method Description java.util.List<Service>
DeviceDescription. getServices()
Get the list of all UPnP services of this device.Constructors in com.metratec.lib.upnp with parameters of type Service Constructor Description Action(java.lang.String name, Service service)
Creates an instance of an action.
-