|
||||||||||
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(org.w3c.dom.Document d,
org.w3c.dom.Element bodyElement,
ActionResponseMessage message,
ActionInvocation actionInvocation)
|
protected org.w3c.dom.Element |
SOAPActionProcessorImpl.writeActionResponseElement(org.w3c.dom.Document d,
org.w3c.dom.Element bodyElement,
ActionResponseMessage message,
ActionInvocation actionInvocation)
|
void |
SOAPActionProcessorImpl.writeBody(ActionResponseMessage responseMessage,
ActionInvocation actionInvocation)
|
protected void |
SOAPActionProcessorImpl.writeBodyFailure(org.w3c.dom.Document d,
org.w3c.dom.Element bodyElement,
ActionResponseMessage message,
ActionInvocation actionInvocation)
|
protected void |
SOAPActionProcessorImpl.writeBodyResponse(org.w3c.dom.Document d,
org.w3c.dom.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)
|
void |
SOAPActionProcessor.writeBody(ActionResponseMessage responseMessage,
ActionInvocation actionInvocation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |