|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionResponseMessage | |
---|---|
org.teleal.cling.model.message.control | |
org.teleal.cling.transport.impl | |
org.teleal.cling.transport.spi |
Uses of ActionResponseMessage in org.teleal.cling.model.message.control |
---|
Classes in org.teleal.cling.model.message.control that implement ActionResponseMessage | |
---|---|
class |
IncomingActionResponseMessage
|
class |
OutgoingActionResponseMessage
|
Uses of ActionResponseMessage in org.teleal.cling.transport.impl |
---|
Methods in org.teleal.cling.transport.impl with parameters of type ActionResponseMessage | |
---|---|
void |
SOAPActionProcessorImpl.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.teleal.cling.transport.spi |
---|
Methods in org.teleal.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 |