Uses of Class
org.fourthline.cling.model.action.ActionArgumentValue

Packages that use ActionArgumentValue
org.fourthline.cling.model.action   
org.fourthline.cling.transport.impl   
 

Uses of ActionArgumentValue in org.fourthline.cling.model.action
 

Fields in org.fourthline.cling.model.action with type parameters of type ActionArgumentValue
protected  Map<String,ActionArgumentValue<S>> ActionInvocation.input
           
protected  Map<String,ActionArgumentValue<S>> ActionInvocation.output
           
 

Methods in org.fourthline.cling.model.action that return ActionArgumentValue
 ActionArgumentValue<S>[] ActionInvocation.getInput()
           
 ActionArgumentValue<S> ActionInvocation.getInput(ActionArgument<S> argument)
           
 ActionArgumentValue<S> ActionInvocation.getInput(String argumentName)
           
 ActionArgumentValue<S>[] ActionInvocation.getOutput()
           
 ActionArgumentValue<S> ActionInvocation.getOutput(ActionArgument<S> argument)
           
 ActionArgumentValue<S> ActionInvocation.getOutput(String argumentName)
           
 

Methods in org.fourthline.cling.model.action that return types with arguments of type ActionArgumentValue
 Map<String,ActionArgumentValue<S>> ActionInvocation.getInputMap()
           
 Map<String,ActionArgumentValue<S>> ActionInvocation.getOutputMap()
           
 

Methods in org.fourthline.cling.model.action with parameters of type ActionArgumentValue
 void ActionInvocation.setInput(ActionArgumentValue<S> value)
           
 void ActionInvocation.setInput(ActionArgumentValue<S>[] input)
           
 void ActionInvocation.setOutput(ActionArgumentValue<S> value)
           
 void ActionInvocation.setOutput(ActionArgumentValue<S>[] output)
           
 

Constructors in org.fourthline.cling.model.action with parameters of type ActionArgumentValue
ActionInvocation(Action<S> action, ActionArgumentValue<S>[] input)
           
ActionInvocation(Action<S> action, ActionArgumentValue<S>[] input, ActionArgumentValue<S>[] output)
           
ActionInvocation(Action<S> action, ActionArgumentValue<S>[] input, ActionArgumentValue<S>[] output)
           
ActionInvocation(Action<S> action, ActionArgumentValue<S>[] input, ActionArgumentValue<S>[] output, ClientInfo clientInfo)
           
ActionInvocation(Action<S> action, ActionArgumentValue<S>[] input, ActionArgumentValue<S>[] output, ClientInfo clientInfo)
           
ActionInvocation(Action<S> action, ActionArgumentValue<S>[] input, ClientInfo clientInfo)
           
RemoteActionInvocation(Action action, ActionArgumentValue[] input, ActionArgumentValue[] output, RemoteClientInfo remoteClientInfo)
           
RemoteActionInvocation(Action action, ActionArgumentValue[] input, ActionArgumentValue[] output, RemoteClientInfo remoteClientInfo)
           
 

Uses of ActionArgumentValue in org.fourthline.cling.transport.impl
 

Methods in org.fourthline.cling.transport.impl that return ActionArgumentValue
protected  ActionArgumentValue SOAPActionProcessorImpl.createValue(ActionArgument arg, String value)
          Creates an instance of ActionArgumentValue and wraps an InvalidValueException as an ActionException with the appropriate ErrorCode.
protected  ActionArgumentValue[] SOAPActionProcessorImpl.readArgumentValues(NodeList nodeList, ActionArgument[] args)
          The UPnP spec says that action arguments must be in the order as declared by the service.
protected  ActionArgumentValue[] PullSOAPActionProcessorImpl.readArgumentValues(org.xmlpull.v1.XmlPullParser xpp, ActionArgument[] args)
           
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.