|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionArgumentValue | |
---|---|
org.teleal.cling.model.action | |
org.teleal.cling.transport.impl |
Uses of ActionArgumentValue in org.teleal.cling.model.action |
---|
Fields in org.teleal.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.teleal.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.teleal.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.teleal.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.teleal.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)
|
Uses of ActionArgumentValue in org.teleal.cling.transport.impl |
---|
Methods in org.teleal.cling.transport.impl that return ActionArgumentValue | |
---|---|
protected ActionArgumentValue |
SOAPActionProcessorImpl.createValue(ActionArgument arg,
String value)
|
protected ActionArgumentValue[] |
SOAPActionProcessorImpl.readArgumentValues(NodeList nodeList,
ActionArgument[] args)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |