org.granite.messaging.jmf
Interface CodecRegistry.PrimitivePropertyCodec

Enclosing interface:
CodecRegistry

public static interface CodecRegistry.PrimitivePropertyCodec


Method Summary
 void decodePrimitive(InputContext ctx, Object holder, Property property)
           
 void encodePrimitive(OutputContext ctx, Object holder, Property property)
           
 

Method Detail

encodePrimitive

void encodePrimitive(OutputContext ctx,
                     Object holder,
                     Property property)
                     throws IllegalAccessException,
                            IOException,
                            InvocationTargetException
Throws:
IllegalAccessException
IOException
InvocationTargetException

decodePrimitive

void decodePrimitive(InputContext ctx,
                     Object holder,
                     Property property)
                     throws IllegalAccessException,
                            IOException,
                            InvocationTargetException
Throws:
IllegalAccessException
IOException
InvocationTargetException