Verwendungen von Klasse
org.jupnp.model.meta.ActionArgument
Packages, die ActionArgument verwenden
Package
Beschreibung
-
Verwendungen von ActionArgument in org.jupnp.binding.annotations
Methoden in org.jupnp.binding.annotations, die Typen mit Argumenten vom Typ ActionArgument zurückgebenModifizierer und TypMethodeBeschreibungprotected List<ActionArgument> AnnotationActionBinder.createInputArguments()protected Map<ActionArgument<LocalService>, StateVariableAccessor> AnnotationActionBinder.createOutputArguments()Methodenparameter in org.jupnp.binding.annotations mit Typargumenten vom Typ ActionArgumentModifizierer und TypMethodeBeschreibungprotected ActionExecutorAnnotationActionBinder.createExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor> outputArguments) -
Verwendungen von ActionArgument in org.jupnp.binding.staging
Methoden in org.jupnp.binding.staging, die ActionArgument zurückgebenModifizierer und TypMethodeBeschreibungMutableActionArgument.build()MutableAction.createActionArguments() -
Verwendungen von ActionArgument in org.jupnp.model.action
Felder in org.jupnp.model.action mit Typparametern vom Typ ActionArgumentModifizierer und TypFeldBeschreibungprotected Map<ActionArgument<LocalService>, StateVariableAccessor> AbstractActionExecutor.outputArgumentAccessorsMethoden in org.jupnp.model.action, die ActionArgument zurückgebenModifizierer und TypMethodeBeschreibungActionArgumentValue.getArgument()protected ActionArgument<S> ActionInvocation.getInputArgument(String name) protected ActionArgument<S> ActionInvocation.getOutputArgument(String name) Methoden in org.jupnp.model.action, die Typen mit Argumenten vom Typ ActionArgument zurückgebenMethoden in org.jupnp.model.action mit Parametern vom Typ ActionArgumentModifizierer und TypMethodeBeschreibungActionInvocation.getInput(ActionArgument<S> argument) ActionInvocation.getOutput(ActionArgument<S> argument) protected voidAbstractActionExecutor.setOutputArgumentValue(ActionInvocation<LocalService> actionInvocation, ActionArgument<LocalService> argument, Object result) Sets the output argument value on theActionInvocation, considers string conversion.Konstruktoren in org.jupnp.model.action mit Parametern vom Typ ActionArgumentKonstruktorparameter in org.jupnp.model.action mit Typargumenten vom Typ ActionArgumentModifiziererKonstruktorBeschreibungprotectedAbstractActionExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor> outputArgumentAccessors) MethodActionExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor> outputArgumentAccessors, Method method) -
Verwendungen von ActionArgument in org.jupnp.model.meta
Methoden in org.jupnp.model.meta, die ActionArgument zurückgebenModifizierer und TypMethodeBeschreibungActionArgument.deepCopy()Action.getArguments()Action.getFirstInputArgument()Action.getFirstOutputArgument()Action.getInputArgument(String name) ActionArgument<S>[]Action.getInputArguments()Action.getOutputArgument(String name) ActionArgument<S>[]Action.getOutputArguments()Methoden in org.jupnp.model.meta mit Parametern vom Typ ActionArgumentModifizierer und TypMethodeBeschreibungService.getDatatype(ActionArgument argument) Service.getRelatedStateVariable(ActionArgument argument) Konstruktoren in org.jupnp.model.meta mit Parametern vom Typ ActionArgument -
Verwendungen von ActionArgument in org.jupnp.transport.impl
Methoden in org.jupnp.transport.impl mit Parametern vom Typ ActionArgumentModifizierer und TypMethodeBeschreibungprotected ActionArgumentValueSOAPActionProcessorImpl.createValue(ActionArgument arg, String value) Creates an instance ofActionArgumentValueand wraps anInvalidValueExceptionas anActionExceptionwith the appropriateErrorCode.protected NodeSOAPActionProcessorImpl.findActionArgumentNode(List<Node> nodes, ActionArgument arg) Returns the node with the same unprefixed name as the action argument name/alias ornull.SOAPActionProcessorImpl.getMatchingNodes(NodeList nodeList, ActionArgument[] args) Finds all element nodes in the list that match any argument name or argument alias, throwsActionExceptionif not all arguments were found.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.