|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionResponseMessage | |
|---|---|
| org.fourthline.cling.model.message.control | |
| org.fourthline.cling.transport.impl | |
| org.fourthline.cling.transport.spi | |
| Uses of ActionResponseMessage in org.fourthline.cling.model.message.control |
|---|
| Classes in org.fourthline.cling.model.message.control that implement ActionResponseMessage | |
|---|---|
class |
IncomingActionResponseMessage
|
class |
OutgoingActionResponseMessage
|
| Uses of ActionResponseMessage in org.fourthline.cling.transport.impl |
|---|
| Methods in org.fourthline.cling.transport.impl with parameters of type ActionResponseMessage | |
|---|---|
void |
SOAPActionProcessorImpl.readBody(ActionResponseMessage responseMsg,
ActionInvocation actionInvocation)
|
void |
RecoveringSOAPActionProcessorImpl.readBody(ActionResponseMessage responseMsg,
ActionInvocation actionInvocation)
|
void |
PullSOAPActionProcessorImpl.readBody(ActionResponseMessage responseMsg,
ActionInvocation actionInvocation)
|
protected void |
SOAPActionProcessorImpl.readBodyResponse(Document d,
Element bodyElement,
ActionResponseMessage message,
ActionInvocation actionInvocation)
|
protected Element |
SOAPActionProcessorImpl.writeActionResponseElement(Document d,
Element bodyElement,
ActionResponseMessage message,
ActionInvocation actionInvocation)
|
void |
SOAPActionProcessorImpl.writeBody(ActionResponseMessage responseMessage,
ActionInvocation actionInvocation)
|
protected void |
SOAPActionProcessorImpl.writeBodyFailure(Document d,
Element bodyElement,
ActionResponseMessage message,
ActionInvocation actionInvocation)
|
protected void |
SOAPActionProcessorImpl.writeBodyResponse(Document d,
Element bodyElement,
ActionResponseMessage message,
ActionInvocation actionInvocation)
|
| Uses of ActionResponseMessage in org.fourthline.cling.transport.spi |
|---|
| Methods in org.fourthline.cling.transport.spi with parameters of type ActionResponseMessage | |
|---|---|
void |
SOAPActionProcessor.readBody(ActionResponseMessage responseMsg,
ActionInvocation actionInvocation)
Converts SOAP XML content of the response message and sets output argument values on the given invocation. |
void |
SOAPActionProcessor.writeBody(ActionResponseMessage responseMessage,
ActionInvocation actionInvocation)
Converts the given invocation output into SOAP XML content, setting on the given response message. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||