Verwendungen von Klasse
org.jupnp.model.action.ActionException
Packages, die ActionException verwenden
Package
Beschreibung
-
Verwendungen von ActionException in org.jupnp.model.action
Unterklassen von ActionException in org.jupnp.model.actionFelder in org.jupnp.model.action, die deklariert sind als ActionExceptionMethoden in org.jupnp.model.action, die ActionException zurückgebenMethoden in org.jupnp.model.action mit Parametern vom Typ ActionExceptionMethoden in org.jupnp.model.action, die ActionException auslösenModifizierer und TypMethodeBeschreibungprotected Object[]MethodActionExecutor.createInputArgumentValues(ActionInvocation<LocalService> actionInvocation, Method method) 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 ActionExceptionModifiziererKonstruktorBeschreibungActionInvocation(ActionException failure) RemoteActionInvocation(ActionException failure, RemoteClientInfo remoteClientInfo) -
Verwendungen von ActionException in org.jupnp.model.message.control
Konstruktoren in org.jupnp.model.message.control, die ActionException auslösenModifiziererKonstruktorBeschreibungIncomingActionRequestMessage(StreamRequestMessage source, LocalService service) -
Verwendungen von ActionException in org.jupnp.protocol.sync
Methoden in org.jupnp.protocol.sync, die ActionException auslösenModifizierer und TypMethodeBeschreibungprotected voidSendingAction.handleResponse(IncomingActionResponseMessage responseMsg) protected voidSendingAction.handleResponseFailure(IncomingActionResponseMessage responseMsg) protected StreamResponseMessageSendingAction.sendRemoteRequest(OutgoingActionRequestMessage requestMessage) -
Verwendungen von ActionException in org.jupnp.transport.impl
Methoden in org.jupnp.transport.impl, die ActionException zurückgebenModifizierer und TypMethodeBeschreibungprotected ActionExceptionSOAPActionProcessorImpl.readBodyFailure(Document d, Element bodyElement) protected ActionExceptionSOAPActionProcessorImpl.readFaultElement(Element bodyElement) Methoden in org.jupnp.transport.impl, die ActionException auslösenModifizierer und TypMethodeBeschreibungprotected ActionArgumentValueSOAPActionProcessorImpl.createValue(ActionArgument arg, String value) Creates an instance ofActionArgumentValueand wraps anInvalidValueExceptionas anActionExceptionwith the appropriateErrorCode.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.voidSOAPActionProcessorImpl.readActionInputArguments(Element actionRequestElement, ActionInvocation actionInvocation) protected voidSOAPActionProcessorImpl.readActionOutputArguments(Element actionResponseElement, ActionInvocation actionInvocation) 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.