|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UPnPAdvertisedService
This interface represents a UPnP service as it is advertised on a particular network. It provides the data constituting a UPnP service, portions of which depend on the network interface on which it is advertised. Corresponds to the information carried in the UPnP service description document plus service-specific data from the UPnP device description document.
| Method Summary | |
|---|---|
UPnPAdvertisedStateVariable |
getAdvertisedStateVariable(String stateVariableName)
Gets a UPnP state variable from the UPnP description of this service. |
UPnPAdvertisedStateVariable[] |
getAdvertisedStateVariables()
Gets all of the UPnP state variables supported by this service. |
String |
getControlURL()
Gets the UPnP controlURL of this service. |
String |
getEventSubURL()
Gets the UPnP eventSubURL of this service. |
String |
getSCPDURL()
Gets the UPnP SCPDURL of this service. |
org.w3c.dom.Document |
getXML()
Gets the service description document (SCPD document) in XML. |
| Methods inherited from interface org.ocap.hn.upnp.common.UPnPService |
|---|
getAction, getActions, getServiceId, getServiceType, getSpecVersion |
| Method Detail |
|---|
String getControlURL()
controlURL element within the device
description.
String getEventSubURL()
eventSubURL element within a
device description. If this service does not have eventing,
the value returned is the empty string.
String getSCPDURL()
SCPDURL element within a device
description.
UPnPAdvertisedStateVariable getAdvertisedStateVariable(String stateVariableName)
stateVariableName - The name of the state variable to get.
stateVariableName parameter.
IllegalArgumentException - if the stateVariableName
does not match a state variable name in this service.UPnPAdvertisedStateVariable[] getAdvertisedStateVariables()
stateVariable elements in the UPnP service description.
org.w3c.dom.Document getXML()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||