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

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

Uses of NullCodec in org.granite.messaging.jmf
 

Methods in org.granite.messaging.jmf that return NullCodec
 NullCodec CodecRegistry.getNullCodec()
           
 NullCodec DefaultCodecRegistry.getNullCodec()
           
 

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

Classes in org.granite.messaging.jmf.codec.std.impl that implement NullCodec
 class NullCodecImpl