public class ActionResponse extends ControlResponse
FAULT_CODE, FAULT_STRING| Constructor and Description |
|---|
ActionResponse()
Default constructor
|
ActionResponse(SOAPResponse soapRes)
Constructs an ActionResponse from a SOAP response.
|
| Modifier and Type | Method and Description |
|---|---|
ArgumentList |
getResponse()
Gets the argument list from the response.
|
void |
setResponse(Action action)
Sets the response for the specified action.
|
getUPnPError, getUPnPErrorCode, getUPnPErrorDescription, setFaultResponse, setFaultResponsegetBodyNode, getEnvelopeNode, getFaultActor, getFaultActorNode, getFaultCode, getFaultCodeNode, getFaultDetailNode, getFaultNode, getFaultString, getFaultStringNode, getMethodResponseNode, print, setContent, setEnvelopeNodegetHeader, getStatusCode, getStatusLineString, isSuccessful, setStatusCode, toStringaddHeader, addHeader, clearHeaders, getCacheControl, getCharSet, getConnection, getContent, getContentInputStream, getContentLanguage, getContentLength, getContentRange, getContentRangeFirstPosition, getContentRangeInstanceLength, getContentRangeLastPosition, getContentString, getContentType, getDate, getFirstLine, getFirstLineToken, getHeader, getHeader, getHeaderString, getHeaderValue, getHost, getIntegerHeaderValue, getLongHeaderValue, getNHeaders, getServer, getStringHeaderValue, getStringHeaderValue, getTransferEncoding, getVersion, hasConnection, hasContent, hasContentInputStream, hasContentRange, hasFirstLine, hasHeader, hasTransferEncoding, init, isChunked, isCloseConnection, isKeepAliveConnection, read, set, set, set, set, setCacheControl, setCacheControl, setCacheControl, setConnection, setContent, setContent, setContent, setContent, setContentInputStream, setContentLanguage, setContentLength, setContentRange, setContentType, setDate, setHeader, setHeader, setHeader, setHeader, setHost, setIntegerHeader, setLongHeader, setServer, setStringHeader, setStringHeader, setTransferEncoding, setVersionpublic ActionResponse()
public ActionResponse(SOAPResponse soapRes)
soapRes - the SOAP response to wrappublic ArgumentList getResponse()
public void setResponse(Action action)
action - the action to set response for