Package ball.upnp
Class AbstractService
- java.lang.Object
-
- ball.upnp.AbstractService
-
- All Implemented Interfaces:
AnnotatedService
,Description
,Service
,SSDP
public abstract class AbstractService extends Object implements AnnotatedService
- Author:
- Allen D. Ball
-
-
Constructor Summary
Constructors Constructor Description AbstractService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<URI,Set<URI>>
getUSNMap()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ball.upnp.AnnotatedService
getServiceId, getServiceType
-
Methods inherited from interface ball.upnp.Description
getXmlns
-
Methods inherited from interface ball.upnp.Service
getActionList, getControlURL, getDevice, getEventSubURL, getSCPDURL, getServiceStateTable, getUSN
-
-