Package | Description |
---|---|
org.cybergarage.upnp | |
org.cybergarage.upnp.control |
Modifier and Type | Method and Description |
---|---|
ArgumentList |
Action.getArgumentList() |
ArgumentList |
Action.getInputArgumentList() |
ArgumentList |
Action.getOutputArgumentList() |
Modifier and Type | Method and Description |
---|---|
void |
ArgumentList.set(ArgumentList inArgList)
Deprecated.
|
void |
Action.setArgumentList(ArgumentList al) |
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) |
void |
Action.setOutArgumentValues(ArgumentList argList) |
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() |
ArgumentList |
ActionResponse.getResponse() |
Modifier and Type | Method and Description |
---|---|
void |
ActionRequest.setRequest(Action action,
ArgumentList argList) |