Uses of Class
org.teleal.cling.model.meta.ActionArgument

Packages that use ActionArgument
org.teleal.cling.binding.annotations   
org.teleal.cling.binding.staging   
org.teleal.cling.model.action   
org.teleal.cling.model.meta   
org.teleal.cling.transport.impl   
 

Uses of ActionArgument in org.teleal.cling.binding.annotations
 

Methods in org.teleal.cling.binding.annotations that return types with arguments of type ActionArgument
protected  List<ActionArgument> AnnotationActionBinder.createInputArguments()
           
protected  Map<ActionArgument<LocalService>,StateVariableAccessor> AnnotationActionBinder.createOutputArguments()
           
 

Method parameters in org.teleal.cling.binding.annotations with type arguments of type ActionArgument
protected  ActionExecutor AnnotationActionBinder.createExecutor(Map<ActionArgument<LocalService>,StateVariableAccessor> outputArguments)
           
 

Uses of ActionArgument in org.teleal.cling.binding.staging
 

Methods in org.teleal.cling.binding.staging that return ActionArgument
 ActionArgument MutableActionArgument.build()
           
 ActionArgument[] MutableAction.createActionArgumennts()
           
 

Uses of ActionArgument in org.teleal.cling.model.action
 

Fields in org.teleal.cling.model.action with type parameters of type ActionArgument
protected  Map<ActionArgument<LocalService>,StateVariableAccessor> AbstractActionExecutor.outputArgumentAccessors
           
 

Methods in org.teleal.cling.model.action that return ActionArgument
 ActionArgument<S> ActionArgumentValue.getArgument()
           
protected  ActionArgument<S> ActionInvocation.getInputArgument(String name)
           
protected  ActionArgument<S> ActionInvocation.getOutputArgument(String name)
           
 

Methods in org.teleal.cling.model.action that return types with arguments of type ActionArgument
 Map<ActionArgument<LocalService>,StateVariableAccessor> AbstractActionExecutor.getOutputArgumentAccessors()
           
 

Methods in org.teleal.cling.model.action with parameters of type ActionArgument
 ActionArgumentValue<S> ActionInvocation.getInput(ActionArgument<S> argument)
           
 ActionArgumentValue<S> ActionInvocation.getOutput(ActionArgument<S> argument)
           
protected  void AbstractActionExecutor.setOutputArgumentValue(ActionInvocation<LocalService> actionInvocation, ActionArgument<LocalService> argument, Object result)
          Sets the output argument value on the ActionInvocation, considers string conversion.
 

Constructors in org.teleal.cling.model.action with parameters of type ActionArgument
ActionArgumentValue(ActionArgument<S> argument, Object value)
           
 

Constructor parameters in org.teleal.cling.model.action with type arguments of type ActionArgument
AbstractActionExecutor(Map<ActionArgument<LocalService>,StateVariableAccessor> outputArgumentAccessors)
           
MethodActionExecutor(Map<ActionArgument<LocalService>,StateVariableAccessor> outputArgumentAccessors, Method method)
           
 

Uses of ActionArgument in org.teleal.cling.model.meta
 

Methods in org.teleal.cling.model.meta that return ActionArgument
 ActionArgument<S> ActionArgument.deepCopy()
           
 ActionArgument[] Action.getArguments()
           
 ActionArgument<S> Action.getFirstInputArgument()
           
 ActionArgument<S> Action.getFirstOutputArgument()
           
 ActionArgument<S> Action.getInputArgument(String name)
           
 ActionArgument<S>[] Action.getInputArguments()
           
 ActionArgument<S> Action.getOutputArgument(String name)
           
 ActionArgument<S>[] Action.getOutputArguments()
           
 

Methods in org.teleal.cling.model.meta with parameters of type ActionArgument
 Datatype<S> Service.getDatatype(ActionArgument argument)
           
 StateVariable<S> Service.getRelatedStateVariable(ActionArgument argument)
           
 

Constructors in org.teleal.cling.model.meta with parameters of type ActionArgument
Action(String name, ActionArgument[] arguments)
           
 

Uses of ActionArgument in org.teleal.cling.transport.impl
 

Methods in org.teleal.cling.transport.impl with parameters of type ActionArgument
protected  ActionArgumentValue SOAPActionProcessorImpl.createValue(ActionArgument arg, String value)
           
protected  List<Node> SOAPActionProcessorImpl.getMatchingNodes(NodeList nodeList, ActionArgument[] args)
           
protected  ActionArgumentValue[] SOAPActionProcessorImpl.readArgumentValues(NodeList nodeList, ActionArgument[] args)
           
 



Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.