|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArgumentList | |
---|---|
org.cybergarage.upnp | |
org.cybergarage.upnp.control |
Uses of ArgumentList in org.cybergarage.upnp |
---|
Methods in org.cybergarage.upnp that return ArgumentList | |
---|---|
ArgumentList |
Action.getArgumentList()
|
ArgumentList |
Action.getInputArgumentList()
|
ArgumentList |
Action.getOutputArgumentList()
|
Methods in org.cybergarage.upnp with parameters of type ArgumentList | |
---|---|
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 |
Uses of ArgumentList in org.cybergarage.upnp.control |
---|
Methods in org.cybergarage.upnp.control that return ArgumentList | |
---|---|
ArgumentList |
ActionRequest.getArgumentList()
|
ArgumentList |
ActionResponse.getResponse()
|
Methods in org.cybergarage.upnp.control with parameters of type ArgumentList | |
---|---|
void |
ActionRequest.setRequest(Action action,
ArgumentList argList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |