Package ball.upnp
Interface AnnotatedDevice
-
- All Superinterfaces:
Description
,Device
,SSDP
- All Known Implementing Classes:
AbstractDevice
public interface AnnotatedDevice extends Device
Device
support forDeviceType
and related annotations.- Author:
- Allen D. Ball
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default URI
getDeviceType()
-
Methods inherited from interface ball.upnp.Description
getXmlns
-
Methods inherited from interface ball.upnp.Device
getDeviceList, getServiceList, getUDN, getUSN, getUSNMap, getUUID
-
-
-
-
Method Detail
-
getDeviceType
default URI getDeviceType()
Description copied from interface:Device
- Specified by:
getDeviceType
in interfaceDevice
- Returns:
- The service type.
-
-