Uses of Class
net.tomp2p.upnp.Argument

Packages that use Argument
net.tomp2p.upnp   
 

Uses of Argument in net.tomp2p.upnp
 

Fields in net.tomp2p.upnp declared as Argument
 Argument[] Action.arguments
           
 

Methods in net.tomp2p.upnp that return Argument
 Argument Action.getActionArgument(String argumentName)
          Look for an Argument for a given name
 Argument Action.getInputActionArgument(String argumentName)
          Look for an input ServiceActionArgument for a given name
 Argument[] Action.getInputActionArguments()
          Return a list containing input ( when a response is sent ) arguments objects
 Argument ActionResponse.getOutActionArgument(String actionArgumentName)
           
 Argument Action.getOutputActionArgument(String argumentName)
          Look for an output Argument for a given name
 Argument[] Action.getOutputActionArguments()
          Return a list containing output ( when a response is received ) arguments objects
 



Copyright © 2013. All Rights Reserved.