Uses of Interface
org.addsimplicity.anicetus.io.TelemetryDecoder

Packages that use TelemetryDecoder
org.addsimplicity.anicetus.io   
org.addsimplicity.anicetus.io.jms   
 

Uses of TelemetryDecoder in org.addsimplicity.anicetus.io
 

Classes in org.addsimplicity.anicetus.io that implement TelemetryDecoder
 class JsonDecoder
          The decoder translates a JSON encoded telemetry into a Java object.
 

Uses of TelemetryDecoder in org.addsimplicity.anicetus.io.jms
 

Methods in org.addsimplicity.anicetus.io.jms that return TelemetryDecoder
 TelemetryDecoder JsonMessageConverter.getDecoder()
          Get the current decoder.
 

Methods in org.addsimplicity.anicetus.io.jms with parameters of type TelemetryDecoder
 void JsonMessageConverter.setDecoder(TelemetryDecoder decoder)
          Set the decoder.
 



Copyright © 2009 Add Simplicity. All Rights Reserved.