Verwendungen von Klasse
org.jupnp.model.UnsupportedDataException
Packages, die UnsupportedDataException verwenden
Package
Beschreibung
-
Verwendungen von UnsupportedDataException in org.jupnp.controlpoint
Methoden in org.jupnp.controlpoint mit Parametern vom Typ UnsupportedDataExceptionModifizierer und TypMethodeBeschreibungprotected voidSubscriptionCallback.invalidMessage(RemoteGENASubscription remoteGENASubscription, UnsupportedDataException e) Called when a received event message could not be parsed successfully. -
Verwendungen von UnsupportedDataException in org.jupnp.model.gena
Methoden in org.jupnp.model.gena mit Parametern vom Typ UnsupportedDataExceptionModifizierer und TypMethodeBeschreibungabstract voidRemoteGENASubscription.invalidMessage(UnsupportedDataException e) -
Verwendungen von UnsupportedDataException in org.jupnp.transport.impl
Methoden in org.jupnp.transport.impl, die UnsupportedDataException auslösenModifizierer und TypMethodeBeschreibungprotected StringGENAEventProcessorImpl.getMessageBody(UpnpMessage message) protected StringSOAPActionProcessorImpl.getMessageBody(ActionMessage message) DatagramProcessorImpl.read(InetAddress receivedOnAddress, DatagramPacket datagram) voidGENAEventProcessorImpl.readBody(IncomingEventRequestMessage requestMessage) voidSOAPActionProcessorImpl.readBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation) voidSOAPActionProcessorImpl.readBody(ActionResponseMessage responseMsg, ActionInvocation actionInvocation) DatagramProcessorImpl.write(OutgoingDatagramMessage message) voidGENAEventProcessorImpl.writeBody(OutgoingEventRequestMessage requestMessage) voidSOAPActionProcessorImpl.writeBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation) voidSOAPActionProcessorImpl.writeBody(ActionResponseMessage responseMessage, ActionInvocation actionInvocation) -
Verwendungen von UnsupportedDataException in org.jupnp.transport.spi
Methoden in org.jupnp.transport.spi, die UnsupportedDataException auslösenModifizierer und TypMethodeBeschreibungDatagramProcessor.read(InetAddress receivedOnAddress, DatagramPacket datagram) Reads the datagram and instantiates a message.voidGENAEventProcessor.readBody(IncomingEventRequestMessage requestMessage) Transforms an XML message body and adds to a collection ofStateVariableValues.voidSOAPActionProcessor.readBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation) Converts SOAP XML content of the request message and sets input argument values on the given invocation.voidSOAPActionProcessor.readBody(ActionResponseMessage responseMsg, ActionInvocation actionInvocation) Converts SOAP XML content of the response message and sets output argument values on the given invocation.DatagramProcessor.write(OutgoingDatagramMessage message) Creates a UDP datagram with the content of a message.voidGENAEventProcessor.writeBody(OutgoingEventRequestMessage requestMessage) Transforms a collection ofStateVariableValues into an XML message body.voidSOAPActionProcessor.writeBody(ActionRequestMessage requestMessage, ActionInvocation actionInvocation) Converts the given invocation input into SOAP XML content, setting on the given request message.voidSOAPActionProcessor.writeBody(ActionResponseMessage responseMessage, ActionInvocation actionInvocation) Converts the given invocation output into SOAP XML content, setting on the given response message.