| 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 |
|---|---|
ArgumentList |
Action.getArgumentList()
Gets list of all arguments for this action.
|
ArgumentList |
Action.getInputArgumentList()
Gets the list of input arguments for this action.
|
ArgumentList |
Action.getOutputArgumentList()
Gets the list of output arguments for this action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArgumentList.set(ArgumentList inArgList)
Deprecated.
|
void |
Action.setArgumentList(ArgumentList al)
Sets the argument list for this action.
|
void |
Action.setArgumentValues(ArgumentList argList)
Deprecated.
You should use one of the following methods instead:
- Action.setInArgumentValues(ArgumentList) - Action.setOutArgumentValues(ArgumentList) |
void |
Action.setInArgumentValues(ArgumentList argList)
Sets the values of input arguments.
|
void |
Action.setOutArgumentValues(ArgumentList argList)
Sets the values of output arguments.
|
void |
ArgumentList.setReqArgs(ArgumentList inArgList)
Set all the Argument which are Input Argoument to the given value in the argument list
|
void |
ArgumentList.setResArgs(ArgumentList outArgList)
Set all the Argument which are Output Argoument to the given value in the argument list
|
| Modifier and Type | Method and Description |
|---|---|
ArgumentList |
ActionRequest.getArgumentList()
Gets the argument list from the request.
|
ArgumentList |
ActionResponse.getResponse()
Gets the argument list from the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionRequest.setRequest(Action action,
ArgumentList argList)
Sets the request with the specified action and argument list.
|