Package com.biocomfort.TO.data_consumer

Interface Summary
DataConsumerListener The listener interface for receiving data consumer events and for observing the data processing.
MeasurementProcessor The MeasurementProcessor interface defines a processor to handle concrete measurement data of a medical device.
 

Class Summary
DataConsumer With the abstract class DataConsumer it is possible to define custom data processing functionality.
RestBloodGlucoseMeasurementProcessor Extends the class RestMeasurementProcessor and defines the concrete transformation of measurement data of blood glucose monitors into XML strings.
RestBloodPressureMeasurementProcessor Extends the class RestMeasurementProcessor and defines the concrete transformation of measurement data of blood pressure monitors into XML strings.
RestDataConsumer The class RestDataConsumer is a concrete implementation of the DataConsumer class that will send the received measurement data to a restful web service.
RestMeasurementProcessor The abstract class RestMeasurementProcessor transforms measurement data into a XML string, sends it as POST data to a restful web service and validates the received answer of the server.
RestWeightMeasurementProcessor Extends the class RestMeasurementProcessor and defines the concrete transformation of measurement data of body diagnostic scale into XML strings.