Uses of Class
org.cybergarage.upnp.ArgumentList
Package | Description |
---|---|
org.cybergarage.upnp | |
org.cybergarage.upnp.control |
-
Uses of ArgumentList in org.cybergarage.upnp
Methods in org.cybergarage.upnp that return ArgumentList Modifier and Type Method Description ArgumentList
Action. getArgumentList()
ArgumentList
Action. getInputArgumentList()
ArgumentList
Action. getOutputArgumentList()
Methods in org.cybergarage.upnp with parameters of type ArgumentList Modifier and Type Method 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 listvoid
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 Modifier and Type Method Description ArgumentList
ActionRequest. getArgumentList()
ArgumentList
ActionResponse. getResponse()
Methods in org.cybergarage.upnp.control with parameters of type ArgumentList Modifier and Type Method Description void
ActionRequest. setRequest(Action action, ArgumentList argList)