|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnsupportedDataException | |
|---|---|
| org.teleal.cling.transport.impl | |
| org.teleal.cling.transport.spi | |
| Uses of UnsupportedDataException in org.teleal.cling.transport.impl |
|---|
| Methods in org.teleal.cling.transport.impl that throw UnsupportedDataException | |
|---|---|
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)
|
| Uses of UnsupportedDataException in org.teleal.cling.transport.spi |
|---|
| Methods in org.teleal.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 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||