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

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

Uses of StringCodec in org.granite.messaging.jmf
 

Methods in org.granite.messaging.jmf that return StringCodec
 StringCodec CodecRegistry.getStringCodec()
           
 StringCodec DefaultCodecRegistry.getStringCodec()
           
 

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

Classes in org.granite.messaging.jmf.codec.std.impl that implement StringCodec
 class StringCodecImpl