Uses of Interface
org.granite.messaging.jmf.codec.std.impl.AbstractIntegerStringCodec.StringTypeHandler

Packages that use AbstractIntegerStringCodec.StringTypeHandler
org.granite.messaging.jmf.codec.std.impl   
 

Uses of AbstractIntegerStringCodec.StringTypeHandler in org.granite.messaging.jmf.codec.std.impl
 

Fields in org.granite.messaging.jmf.codec.std.impl declared as AbstractIntegerStringCodec.StringTypeHandler
protected static AbstractIntegerStringCodec.StringTypeHandler AbstractIntegerStringCodec.JMF_STRING_TYPE_HANDLER
           
protected static AbstractIntegerStringCodec.StringTypeHandler ClassCodecImpl.TYPE_HANDLER
           
protected static AbstractIntegerStringCodec.StringTypeHandler EnumCodecImpl.TYPE_HANDLER
           
protected static AbstractIntegerStringCodec.StringTypeHandler ObjectCodecImpl.TYPE_HANDLER
           
 

Methods in org.granite.messaging.jmf.codec.std.impl with parameters of type AbstractIntegerStringCodec.StringTypeHandler
protected  String AbstractIntegerStringCodec.readString(InputContext ctx, int parameterizedJmfType, AbstractIntegerStringCodec.StringTypeHandler handler)
           
protected  String AbstractIntegerStringCodec.readString(InputContext ctx, int parameterizedJmfType, int indexOrLength, AbstractIntegerStringCodec.StringTypeHandler handler)
           
protected  void AbstractIntegerStringCodec.writeString(OutputContext ctx, String v, AbstractIntegerStringCodec.StringTypeHandler handler)