| Package | Description |
|---|---|
| org.ocap.hn.upnp.common |
Provides UPnP APIs common to client- and server-side use.
|
| org.ocap.hn.upnp.server |
Provides UPnP server functionality, permitting management of devices and services in the local Host device.
|
| Modifier and Type | Method and Description |
|---|---|
UPnPAction |
UPnPActionInvocation.getAction()
Gets the
UPnPAction that this UPnPActionInvocation
is associated with. |
UPnPAction |
UPnPService.getAction(String actionName)
Gets the named action from this service.
|
UPnPAction[] |
UPnPService.getActions()
Gets the actions that can be used with this service.
|
| Constructor and Description |
|---|
UPnPActionInvocation(String[] argVals,
UPnPAction action)
Constructs a
UPnPActionInvocation that conforms to
the IN argument requirements of its associated UPnPAction. |
| Modifier and Type | Method and Description |
|---|---|
UPnPAction |
UPnPManagedService.getAction(String actionName)
Gets the named action from this service.
|
UPnPAction[] |
UPnPManagedService.getActions()
Gets the actions that can be used with this service.
|
Copyright © 2012. All Rights Reserved.