|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnsupportedDataException | |
---|---|
org.fourthline.cling.controlpoint | |
org.fourthline.cling.model.gena | |
org.fourthline.cling.transport.impl | |
org.fourthline.cling.transport.spi |
Uses of UnsupportedDataException in org.fourthline.cling.controlpoint |
---|
Methods in org.fourthline.cling.controlpoint with parameters of type UnsupportedDataException | |
---|---|
protected void |
SubscriptionCallback.invalidMessage(RemoteGENASubscription remoteGENASubscription,
UnsupportedDataException ex)
Called when a received event message could not be parsed successfully. |
Uses of UnsupportedDataException in org.fourthline.cling.model.gena |
---|
Methods in org.fourthline.cling.model.gena with parameters of type UnsupportedDataException | |
---|---|
abstract void |
RemoteGENASubscription.invalidMessage(UnsupportedDataException ex)
|
Uses of UnsupportedDataException in org.fourthline.cling.transport.impl |
---|
Methods in org.fourthline.cling.transport.impl with parameters of type UnsupportedDataException | |
---|---|
protected void |
RecoveringSOAPActionProcessorImpl.handleInvalidMessage(ActionInvocation actionInvocation,
UnsupportedDataException originalException,
UnsupportedDataException recoveringException)
Handle processing errors while reading of XML messages. |
Methods in org.fourthline.cling.transport.impl that throw UnsupportedDataException | |
---|---|
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)
|
Uses of UnsupportedDataException in org.fourthline.cling.transport.spi |
---|
Methods in org.fourthline.cling.transport.spi that throw UnsupportedDataException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |