Klasse SendingAction

Alle implementierten Schnittstellen:
Runnable

Sending control message, transforming a local ActionInvocation.

Writes the outgoing message's body with the SOAPActionProcessor. This protocol will return null if no response was received from the control target host. In all other cases, even if only the processing of message content failed, this protocol will return an IncomingActionResponseMessage. Any error details of a failed response (UpnpResponse.isFailed()) are available with ActionInvocation.setFailure(org.jupnp.model.action.ActionException).

Autor:
Christian Bauer