Package | Description |
---|---|
org.fourthline.cling.controlpoint | |
org.fourthline.cling.model.gena | |
org.fourthline.cling.transport.impl | |
org.fourthline.cling.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 void |
RecoveringSOAPActionProcessorImpl.handleInvalidMessage(ActionInvocation actionInvocation,
UnsupportedDataException originalException,
UnsupportedDataException recoveringException)
Handle processing errors while reading of XML messages.
|
Modifier and Type | Method and Description |
---|---|
protected String |
SOAPActionProcessorImpl.getMessageBody(ActionMessage message) |
protected String |
GENAEventProcessorImpl.getMessageBody(UpnpMessage message) |
protected void |
RecoveringSOAPActionProcessorImpl.handleInvalidMessage(ActionInvocation actionInvocation,
UnsupportedDataException originalException,
UnsupportedDataException recoveringException)
Handle processing errors while reading of XML messages.
|
IncomingDatagramMessage |
DatagramProcessorImpl.read(InetAddress receivedOnAddress,
DatagramPacket datagram) |
void |
SOAPActionProcessorImpl.readBody(ActionRequestMessage requestMessage,
ActionInvocation actionInvocation) |
void |
RecoveringSOAPActionProcessorImpl.readBody(ActionRequestMessage requestMessage,
ActionInvocation actionInvocation) |
void |
PullSOAPActionProcessorImpl.readBody(ActionRequestMessage requestMessage,
ActionInvocation actionInvocation) |
void |
SOAPActionProcessorImpl.readBody(ActionResponseMessage responseMsg,
ActionInvocation actionInvocation) |
void |
RecoveringSOAPActionProcessorImpl.readBody(ActionResponseMessage responseMsg,
ActionInvocation actionInvocation) |
void |
PullSOAPActionProcessorImpl.readBody(ActionResponseMessage responseMsg,
ActionInvocation actionInvocation) |
void |
RecoveringGENAEventProcessorImpl.readBody(IncomingEventRequestMessage requestMessage) |
void |
PullGENAEventProcessorImpl.readBody(IncomingEventRequestMessage requestMessage) |
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
StateVariableValue s.. |
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
StateVariableValue s into an XML message body. |
Copyright © 2014 4th Line GmbH, Switzerland. All Rights Reserved.