|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionRequestMessage | |
---|---|
org.fourthline.cling.model.message.control | |
org.fourthline.cling.transport.impl | |
org.fourthline.cling.transport.spi |
Uses of ActionRequestMessage in org.fourthline.cling.model.message.control |
---|
Classes in org.fourthline.cling.model.message.control that implement ActionRequestMessage | |
---|---|
class |
IncomingActionRequestMessage
|
class |
OutgoingActionRequestMessage
|
Uses of ActionRequestMessage in org.fourthline.cling.transport.impl |
---|
Methods in org.fourthline.cling.transport.impl with parameters of type ActionRequestMessage | |
---|---|
protected Element |
SOAPActionProcessorImpl.readActionRequestElement(Element bodyElement,
ActionRequestMessage message,
ActionInvocation actionInvocation)
|
void |
SOAPActionProcessorImpl.readBody(ActionRequestMessage requestMessage,
ActionInvocation actionInvocation)
|
void |
RecoveringSOAPActionProcessorImpl.readBody(ActionRequestMessage requestMessage,
ActionInvocation actionInvocation)
|
void |
PullSOAPActionProcessorImpl.readBody(ActionRequestMessage requestMessage,
ActionInvocation actionInvocation)
|
protected void |
SOAPActionProcessorImpl.readBodyRequest(Document d,
Element bodyElement,
ActionRequestMessage message,
ActionInvocation actionInvocation)
|
protected void |
PullSOAPActionProcessorImpl.readBodyRequest(org.xmlpull.v1.XmlPullParser xpp,
ActionRequestMessage requestMessage,
ActionInvocation actionInvocation)
|
protected Element |
SOAPActionProcessorImpl.writeActionRequestElement(Document d,
Element bodyElement,
ActionRequestMessage message,
ActionInvocation actionInvocation)
|
void |
SOAPActionProcessorImpl.writeBody(ActionRequestMessage requestMessage,
ActionInvocation actionInvocation)
|
protected void |
SOAPActionProcessorImpl.writeBodyRequest(Document d,
Element bodyElement,
ActionRequestMessage message,
ActionInvocation actionInvocation)
|
Uses of ActionRequestMessage in org.fourthline.cling.transport.spi |
---|
Methods in org.fourthline.cling.transport.spi with parameters of type ActionRequestMessage | |
---|---|
void |
SOAPActionProcessor.readBody(ActionRequestMessage requestMessage,
ActionInvocation actionInvocation)
Converts SOAP XML content of the request message and sets input argument values on the given invocation. |
void |
SOAPActionProcessor.writeBody(ActionRequestMessage requestMessage,
ActionInvocation actionInvocation)
Converts the given invocation input into SOAP XML content, setting on the given request message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |