| Package | Description |
|---|---|
| org.jupnp.controlpoint | |
| org.jupnp.model.gena | |
| org.jupnp.transport.impl | |
| org.jupnp.transport.spi |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SubscriptionCallback.invalidMessage(RemoteGENASubscription remoteGENASubscription,
UnsupportedDataException ex)
Called when a received event message could not be parsed successfully.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
RemoteGENASubscription.invalidMessage(UnsupportedDataException ex) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
SOAPActionProcessorImpl.getMessageBody(ActionMessage message) |
protected String |
GENAEventProcessorImpl.getMessageBody(UpnpMessage message) |
IncomingDatagramMessage |
DatagramProcessorImpl.read(InetAddress receivedOnAddress,
DatagramPacket datagram) |
void |
SOAPActionProcessorImpl.readBody(ActionRequestMessage requestMessage,
ActionInvocation actionInvocation) |
void |
SOAPActionProcessorImpl.readBody(ActionResponseMessage responseMsg,
ActionInvocation actionInvocation) |
void |
GENAEventProcessorImpl.readBody(IncomingEventRequestMessage requestMessage) |
DatagramPacket |
DatagramProcessorImpl.write(OutgoingDatagramMessage message) |
void |
SOAPActionProcessorImpl.writeBody(ActionRequestMessage requestMessage,
ActionInvocation actionInvocation) |
void |
SOAPActionProcessorImpl.writeBody(ActionResponseMessage responseMessage,
ActionInvocation actionInvocation) |
void |
GENAEventProcessorImpl.writeBody(OutgoingEventRequestMessage requestMessage) |
| Modifier and Type | Method and Description |
|---|---|
IncomingDatagramMessage |
DatagramProcessor.read(InetAddress receivedOnAddress,
DatagramPacket datagram)
Reads the datagram and instantiates a message.
|
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.readBody(ActionResponseMessage responseMsg,
ActionInvocation actionInvocation)
Converts SOAP XML content of the response message and sets output argument values on the given invocation.
|
void |
GENAEventProcessor.readBody(IncomingEventRequestMessage requestMessage)
Transforms an XML message body and adds to a collection of
StateVariableValues.. |
DatagramPacket |
DatagramProcessor.write(OutgoingDatagramMessage message)
Creates a UDP datagram with the content of a message.
|
void |
SOAPActionProcessor.writeBody(ActionRequestMessage requestMessage,
ActionInvocation actionInvocation)
Converts the given invocation input into SOAP XML content, setting on the given request message.
|
void |
SOAPActionProcessor.writeBody(ActionResponseMessage responseMessage,
ActionInvocation actionInvocation)
Converts the given invocation output into SOAP XML content, setting on the given response message.
|
void |
GENAEventProcessor.writeBody(OutgoingEventRequestMessage requestMessage)
Transforms a collection of
StateVariableValues into an XML message body. |
Copyright © 2023 jUPnP.org. All rights reserved.