public interface GENAEventProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
readBody(IncomingEventRequestMessage requestMessage)
Transforms an XML message body and adds to a collection of
StateVariableValues.. |
void |
writeBody(OutgoingEventRequestMessage requestMessage)
Transforms a collection of
StateVariableValues into an XML message body. |
void writeBody(OutgoingEventRequestMessage requestMessage) throws UnsupportedDataException
StateVariableValues into an XML message body.requestMessage - The message to transform.UnsupportedDataExceptionvoid readBody(IncomingEventRequestMessage requestMessage) throws UnsupportedDataException
StateVariableValues..requestMessage - The message to transform.UnsupportedDataExceptionCopyright © 2023 jUPnP.org. All rights reserved.