| Package | Description |
|---|---|
| org.jupnp.model.message.control | |
| org.jupnp.transport.impl | |
| org.jupnp.transport.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
IncomingActionRequestMessage |
class |
OutgoingActionRequestMessage |
| Modifier and Type | Method and Description |
|---|---|
protected Element |
SOAPActionProcessorImpl.readActionRequestElement(Element bodyElement,
ActionRequestMessage message,
ActionInvocation actionInvocation) |
void |
SOAPActionProcessorImpl.readBody(ActionRequestMessage requestMessage,
ActionInvocation actionInvocation) |
protected void |
SOAPActionProcessorImpl.readBodyRequest(Document d,
Element bodyElement,
ActionRequestMessage message,
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023 jUPnP.org. All rights reserved.