Package ball.upnp
Interface Device
-
- All Superinterfaces:
Description,SSDP
- All Known Subinterfaces:
AnnotatedDevice,RootDevice
- All Known Implementing Classes:
AbstractDevice
@XmlNs("urn:schemas-upnp-org:device-1-0") public interface Device extends Description, SSDP
UPnP device interface.- Author:
- Allen D. Ball
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description List<? extends Device>getDeviceList()URIgetDeviceType()List<? extends Service>getServiceList()default URIgetUDN()default URIgetUSN(URI urn)default Map<URI,Set<URI>>getUSNMap()UUIDgetUUID()-
Methods inherited from interface ball.upnp.Description
getXmlns
-
-
-
-
Method Detail
-
getDeviceType
URI getDeviceType()
- Returns:
- The service type.
-
getServiceList
List<? extends Service> getServiceList()
-
getDeviceList
List<? extends Device> getDeviceList()
-
-