Uses of Class
org.cybergarage.upnp.ArgumentList
- 
Packages that use ArgumentList Package Description org.cybergarage.upnp org.cybergarage.upnp.control 
- 
- 
Uses of ArgumentList in org.cybergarage.upnpMethods in org.cybergarage.upnp that return ArgumentList Modifier and Type Method Description ArgumentListAction. getArgumentList()ArgumentListAction. getInputArgumentList()ArgumentListAction. getOutputArgumentList()Methods in org.cybergarage.upnp with parameters of type ArgumentList Modifier and Type Method Description voidArgumentList. set(ArgumentList inArgList)Deprecated.voidAction. setArgumentList(ArgumentList al)voidAction. setArgumentValues(ArgumentList argList)Deprecated.You should use one of the following methods instead:
 -Action.setInArgumentValues(ArgumentList)
 -Action.setOutArgumentValues(ArgumentList)voidAction. setInArgumentValues(ArgumentList argList)voidAction. setOutArgumentValues(ArgumentList argList)voidArgumentList. setReqArgs(ArgumentList inArgList)Set all the Argument which are Input Argoument to the given value in the argument listvoidArgumentList. 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.controlMethods in org.cybergarage.upnp.control that return ArgumentList Modifier and Type Method Description ArgumentListActionRequest. getArgumentList()ArgumentListActionResponse. getResponse()Methods in org.cybergarage.upnp.control with parameters of type ArgumentList Modifier and Type Method Description voidActionRequest. setRequest(Action action, ArgumentList argList)
 
-