Verwendungen von Klasse
org.jupnp.model.action.ActionArgumentValue
Packages, die ActionArgumentValue verwenden
-
Verwendungen von ActionArgumentValue in org.jupnp.model.action
Felder in org.jupnp.model.action mit Typparametern vom Typ ActionArgumentValueModifizierer und TypFeldBeschreibungprotected Map<String, ActionArgumentValue<S>> ActionInvocation.inputprotected Map<String, ActionArgumentValue<S>> ActionInvocation.outputMethoden in org.jupnp.model.action, die ActionArgumentValue zurückgebenModifizierer und TypMethodeBeschreibungActionInvocation.getInput()ActionInvocation.getInput(ActionArgument<S> argument) ActionInvocation.getOutput()ActionInvocation.getOutput(ActionArgument<S> argument) Methoden in org.jupnp.model.action, die Typen mit Argumenten vom Typ ActionArgumentValue zurückgebenModifizierer und TypMethodeBeschreibungActionInvocation.getInputMap()ActionInvocation.getOutputMap()Methoden in org.jupnp.model.action mit Parametern vom Typ ActionArgumentValueModifizierer und TypMethodeBeschreibungvoidActionInvocation.setInput(ActionArgumentValue<S> value) voidActionInvocation.setInput(ActionArgumentValue<S>[] input) voidActionInvocation.setOutput(ActionArgumentValue<S> value) voidActionInvocation.setOutput(ActionArgumentValue<S>[] output) Konstruktoren in org.jupnp.model.action mit Parametern vom Typ ActionArgumentValueModifiziererKonstruktorBeschreibungActionInvocation(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, ClientInfo clientInfo) ActionInvocation(Action<S> action, ActionArgumentValue<S>[] input, ClientInfo clientInfo) RemoteActionInvocation(Action action, ActionArgumentValue[] input, ActionArgumentValue[] output, RemoteClientInfo remoteClientInfo) -
Verwendungen von ActionArgumentValue in org.jupnp.transport.impl
Methoden in org.jupnp.transport.impl, die ActionArgumentValue zurückgebenModifizierer und TypMethodeBeschreibungprotected ActionArgumentValueSOAPActionProcessorImpl.createValue(ActionArgument arg, String value) Creates an instance ofActionArgumentValueand wraps anInvalidValueExceptionas anActionExceptionwith the appropriateErrorCode.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.