public interface UPnPService
| Modifier and Type | Method and Description |
|---|---|
UPnPAction |
getAction(String actionName)
Gets the named action from this service.
|
UPnPAction[] |
getActions()
Gets the actions that can be used with this service.
|
String |
getServiceId()
Gets the UPnP serviceId of this service.
|
String |
getServiceType()
Gets the UPnP serviceType of this service.
|
String |
getSpecVersion()
Gets the UPnP specVersion major and minor values of this
service.
|
UPnPAction getAction(String actionName)
actionName - The name of the UPnPAction to retrieve.IllegalArgumentException - if the
actionName does not match an action
name in this service.UPnPAction[] getActions()
UPnPActions. If the service
has no actions, returns an zero-length array.String getServiceId()
serviceId element within the device
description.String getServiceType()
serviceType element within the
device description.String getSpecVersion()
specVersion element within the
service description.
The format of the returned String is the <major>
value, followed by '.', followed by the <minor> value.Copyright © 2012. All Rights Reserved.