Package ball.upnp
Interface AnnotatedService
-
- All Superinterfaces:
Description,Service,SSDP
- All Known Implementing Classes:
AbstractService
public interface AnnotatedService extends Service
Servicesupport forServiceTypeand related annotations.- Author:
- Allen D. Ball
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default URIgetServiceId()default URIgetServiceType()-
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:
getServiceTypein interfaceService- Returns:
- The service type.
-
getServiceId
default URI getServiceId()
Description copied from interface:Service- Specified by:
getServiceIdin interfaceService- Returns:
- The service type.
-
-