org.teleal.cling.transport.spi
Interface GENAEventProcessor

All Known Implementing Classes:
GENAEventProcessorImpl

public interface GENAEventProcessor

Reads and writes GENA XML content.

Author:
Christian Bauer

Method Summary
 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.
 

Method Detail

writeBody

void writeBody(OutgoingEventRequestMessage requestMessage)
               throws UnsupportedDataException
Transforms a collection of StateVariableValues into an XML message body.

Parameters:
requestMessage - The message to transform.
Throws:
UnsupportedDataException

readBody

void readBody(IncomingEventRequestMessage requestMessage)
              throws UnsupportedDataException
Transforms an XML message body and adds to a collection of StateVariableValues..

Parameters:
requestMessage - The message to transform.
Throws:
UnsupportedDataException


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.