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()
URI
getDeviceType()
List<? extends Service>
getServiceList()
default URI
getUDN()
default URI
getUSN(URI urn)
default Map<URI,Set<URI>>
getUSNMap()
UUID
getUUID()
-
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()
-
-