Package org.jupnp.transport.spi
Schnittstelle GENAEventProcessor
- Alle bekannten Implementierungsklassen:
GENAEventProcessorImpl
public interface GENAEventProcessor
Reads and writes GENA XML content.
- Autor:
- Christian Bauer
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidreadBody(IncomingEventRequestMessage requestMessage) Transforms an XML message body and adds to a collection ofStateVariableValues.voidwriteBody(OutgoingEventRequestMessage requestMessage) Transforms a collection ofStateVariableValues into an XML message body.
-
Methodendetails
-
writeBody
Transforms a collection ofStateVariableValues into an XML message body.- Parameter:
requestMessage- The message to transform.- Löst aus:
UnsupportedDataException
-
readBody
Transforms an XML message body and adds to a collection ofStateVariableValues.- Parameter:
requestMessage- The message to transform.- Löst aus:
UnsupportedDataException
-