Package ball.upnp
Interface AnnotatedService
-
- All Superinterfaces:
Description
,Service
,SSDP
- All Known Implementing Classes:
AbstractService
public interface AnnotatedService extends Service
Service
support forServiceType
and related annotations.- Author:
- Allen D. Ball
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default URI
getServiceId()
default URI
getServiceType()
-
Methods inherited from interface ball.upnp.Description
getXmlns
-
Methods inherited from interface ball.upnp.Service
getActionList, getControlURL, getDevice, getEventSubURL, getSCPDURL, getServiceStateTable, getUSN, getUSNMap
-
-
-
-
Method Detail
-
getServiceType
default URI getServiceType()
Description copied from interface:Service
- Specified by:
getServiceType
in interfaceService
- Returns:
- The service type.
-
getServiceId
default URI getServiceId()
Description copied from interface:Service
- Specified by:
getServiceId
in interfaceService
- Returns:
- The service type.
-
-