public interface UPnPAdvertisedService extends UPnPService
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAction, getActions, getServiceId, getServiceType, getSpecVersionString 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()
Copyright © 2012 CableLabs. All Rights Reserved.