Uses of Interface
org.granite.messaging.jmf.codec.std.DoubleCodec

Packages that use DoubleCodec
org.granite.messaging.jmf   
org.granite.messaging.jmf.codec.std.impl   
 

Uses of DoubleCodec in org.granite.messaging.jmf
 

Methods in org.granite.messaging.jmf that return DoubleCodec
 DoubleCodec CodecRegistry.getDoubleCodec()
           
 DoubleCodec DefaultCodecRegistry.getDoubleCodec()
           
 

Uses of DoubleCodec in org.granite.messaging.jmf.codec.std.impl
 

Classes in org.granite.messaging.jmf.codec.std.impl that implement DoubleCodec
 class DoubleCodecImpl