Verwendungen von Klasse
org.jupnp.model.action.ActionInvocation
Packages, die ActionInvocation verwenden
Package
Beschreibung
-
Verwendungen von ActionInvocation in org.jupnp.controlpoint
Felder in org.jupnp.controlpoint, die deklariert sind als ActionInvocationModifizierer und TypFeldBeschreibungprotected final ActionInvocationActionCallback.actionInvocationMethoden in org.jupnp.controlpoint, die ActionInvocation zurückgebenMethoden in org.jupnp.controlpoint mit Parametern vom Typ ActionInvocationModifizierer und TypMethodeBeschreibungprotected StringActionCallback.createDefaultFailureMessage(ActionInvocation invocation, UpnpResponse operation) voidActionCallback.Default.failure(ActionInvocation invocation, UpnpResponse operation, String defaultMsg) protected voidActionCallback.failure(ActionInvocation invocation, UpnpResponse operation) abstract voidActionCallback.failure(ActionInvocation invocation, UpnpResponse operation, String defaultMsg) Called when the action invocation failed.voidActionCallback.Default.success(ActionInvocation invocation) abstract voidActionCallback.success(ActionInvocation invocation) Called when the action invocation succeeded.Konstruktoren in org.jupnp.controlpoint mit Parametern vom Typ ActionInvocationModifiziererKonstruktorBeschreibungprotectedActionCallback(ActionInvocation actionInvocation) protectedActionCallback(ActionInvocation actionInvocation, ControlPoint controlPoint) Default(ActionInvocation actionInvocation, ControlPoint controlPoint) -
Verwendungen von ActionInvocation in org.jupnp.model.action
Unterklassen von ActionInvocation in org.jupnp.model.actionModifizierer und TypKlasseBeschreibungclassAn action invocation by a remote control point.Methoden in org.jupnp.model.action mit Parametern vom Typ ActionInvocationModifizierer und TypMethodeBeschreibungprotected Object[]MethodActionExecutor.createInputArgumentValues(ActionInvocation<LocalService> actionInvocation, Method method) voidAbstractActionExecutor.execute(ActionInvocation<LocalService> actionInvocation) Obtains the service implementation instance from theServiceManager, handles exceptions.protected abstract voidAbstractActionExecutor.execute(ActionInvocation<LocalService> actionInvocation, Object serviceImpl) voidActionExecutor.execute(ActionInvocation<LocalService> actionInvocation) protected voidMethodActionExecutor.execute(ActionInvocation<LocalService> actionInvocation, Object serviceImpl) protected voidQueryStateVariableExecutor.execute(ActionInvocation<LocalService> actionInvocation, Object serviceImpl) protected voidQueryStateVariableExecutor.executeQueryStateVariable(ActionInvocation<LocalService> actionInvocation, Object serviceImpl) protected booleanMethodActionExecutor.isUseOutputArgumentAccessors(ActionInvocation<LocalService> actionInvocation) protected voidAbstractActionExecutor.setOutputArgumentValue(ActionInvocation<LocalService> actionInvocation, ActionArgument<LocalService> argument, Object result) Sets the output argument value on theActionInvocation, considers string conversion. -
Verwendungen von ActionInvocation in org.jupnp.model.message.control
Konstruktoren in org.jupnp.model.message.control mit Parametern vom Typ ActionInvocationModifiziererKonstruktorBeschreibungOutgoingActionRequestMessage(ActionInvocation actionInvocation, URL controlURL) -
Verwendungen von ActionInvocation in org.jupnp.protocol
Methoden in org.jupnp.protocol mit Parametern vom Typ ActionInvocationModifizierer und TypMethodeBeschreibungProtocolFactory.createSendingAction(ActionInvocation actionInvocation, URL controlURL) Called by theControlPoint, creates a protocol for executing an action.ProtocolFactoryImpl.createSendingAction(ActionInvocation actionInvocation, URL controlURL) -
Verwendungen von ActionInvocation in org.jupnp.protocol.sync
Felder in org.jupnp.protocol.sync, die deklariert sind als ActionInvocationModifizierer und TypFeldBeschreibungprotected final ActionInvocationSendingAction.actionInvocationKonstruktoren in org.jupnp.protocol.sync mit Parametern vom Typ ActionInvocationModifiziererKonstruktorBeschreibungSendingAction(UpnpService upnpService, ActionInvocation actionInvocation, URL controlURL) -
Verwendungen von ActionInvocation in org.jupnp.transport.impl
Methoden in org.jupnp.transport.impl mit Parametern vom Typ ActionInvocationModifizierer und TypMethodeBeschreibungvoidSOAPActionProcessorImpl.readActionInputArguments(Element actionRequestElement, ActionInvocation actionInvocation) protected voidSOAPActionProcessorImpl.readActionOutputArguments(Element actionResponseElement, ActionInvocation actionInvocation) protected ElementSOAPActionProcessorImpl.readActionRequestElement(Element bodyElement, ActionRequestMessage message, ActionInvocation actionInvocation) protected ElementSOAPActionProcessorImpl.readActionResponseElement(Element bodyElement, ActionInvocation actionInvocation) voidSOAPActionProcessorImpl.readBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation) voidSOAPActionProcessorImpl.readBody(ActionResponseMessage responseMsg, ActionInvocation actionInvocation) protected voidSOAPActionProcessorImpl.readBodyRequest(Document d, Element bodyElement, ActionRequestMessage message, ActionInvocation actionInvocation) protected voidSOAPActionProcessorImpl.readBodyResponse(Document d, Element bodyElement, ActionResponseMessage message, ActionInvocation actionInvocation) protected voidSOAPActionProcessorImpl.writeActionInputArguments(Document d, Element actionRequestElement, ActionInvocation actionInvocation) protected voidSOAPActionProcessorImpl.writeActionOutputArguments(Document d, Element actionResponseElement, ActionInvocation actionInvocation) protected ElementSOAPActionProcessorImpl.writeActionRequestElement(Document d, Element bodyElement, ActionRequestMessage message, ActionInvocation actionInvocation) protected ElementSOAPActionProcessorImpl.writeActionResponseElement(Document d, Element bodyElement, ActionResponseMessage message, ActionInvocation actionInvocation) voidSOAPActionProcessorImpl.writeBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation) voidSOAPActionProcessorImpl.writeBody(ActionResponseMessage responseMessage, ActionInvocation actionInvocation) protected voidSOAPActionProcessorImpl.writeBodyFailure(Document d, Element bodyElement, ActionResponseMessage message, ActionInvocation actionInvocation) protected voidSOAPActionProcessorImpl.writeBodyRequest(Document d, Element bodyElement, ActionRequestMessage message, ActionInvocation actionInvocation) protected voidSOAPActionProcessorImpl.writeBodyResponse(Document d, Element bodyElement, ActionResponseMessage message, ActionInvocation actionInvocation) protected voidSOAPActionProcessorImpl.writeFaultElement(Document d, Element bodyElement, ActionInvocation actionInvocation) -
Verwendungen von ActionInvocation in org.jupnp.transport.spi
Methoden in org.jupnp.transport.spi mit Parametern vom Typ ActionInvocationModifizierer und TypMethodeBeschreibungvoidSOAPActionProcessor.readBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation) Converts SOAP XML content of the request message and sets input argument values on the given invocation.voidSOAPActionProcessor.readBody(ActionResponseMessage responseMsg, ActionInvocation actionInvocation) Converts SOAP XML content of the response message and sets output argument values on the given invocation.voidSOAPActionProcessor.writeBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation) Converts the given invocation input into SOAP XML content, setting on the given request message.voidSOAPActionProcessor.writeBody(ActionResponseMessage responseMessage, ActionInvocation actionInvocation) Converts the given invocation output into SOAP XML content, setting on the given response message.