| Package | Description |
|---|---|
| org.cybergarage.upnp |
Universal Plug and Play (UPnP) framework core components.
|
| org.cybergarage.upnp.control |
UPnP control and action invocation framework.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
Argument.getAction()
Gets the action this argument belongs to.
|
Action |
ActionList.getAction(int n)
Gets the action at the specified index.
|
Action |
Service.getAction(String actionName)
Finds an action by name in this service.
|
Action |
Device.getAction(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
Service.addAction(Action a)
Adds an action to this service.
|
| Constructor and Description |
|---|
Action(Action action)
Creates a copy of an existing Action.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ActionListener.actionControlReceived(Action action)
Called when an action control is received.
|
void |
ActionRequest.setRequest(Action action,
ArgumentList argList)
Sets the request with the specified action and argument list.
|
void |
ActionResponse.setResponse(Action action)
Sets the response for the specified action.
|