|
YAACC - UPNP Client and Server
|
Sending control message, transforming a local ActionInvocation.
More...


Public Member Functions | |
| SendingAction (HttpRequestSender httpRequestSender, ActionInvocation actionInvocation, URL controlURL) | |
Public Member Functions inherited from de.yaacc.upnp.protocol.SendingSync< OutgoingActionRequestMessage, IncomingActionResponseMessage > | |
| IN | getInputMessage () |
| OUT | getOutputMessage () |
| String | toString () |
Protected Member Functions | |
| IncomingActionResponseMessage | executeSync () throws IOException |
| IncomingActionResponseMessage | invokeRemote (OutgoingActionRequestMessage requestMessage) throws IOException |
| StreamResponseMessage | sendRemoteRequest (OutgoingActionRequestMessage requestMessage) throws ActionException, IOException |
| void | handleResponse (IncomingActionResponseMessage responseMsg) throws ActionException |
| void | handleResponseFailure (IncomingActionResponseMessage responseMsg) throws ActionException |
Protected Member Functions inherited from de.yaacc.upnp.protocol.SendingSync< OutgoingActionRequestMessage, IncomingActionResponseMessage > | |
| SendingSync (IN inputMessage) | |
| final void | execute () throws IOException |
| abstract OUT | executeSync () throws IOException |
Protected Attributes | |
| final ActionInvocation | actionInvocation |
Protected Attributes inherited from de.yaacc.upnp.protocol.SendingSync< OutgoingActionRequestMessage, IncomingActionResponseMessage > | |
| OUT | outputMessage |
Sending control message, transforming a local ActionInvocation.
Writes the outgoing message's body with the org.fourthline.cling.transport.spi.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(ActionException).