org.apache.qpid.management.domain.model
Interface QpidProperty.Decoder

Enclosing class:
QpidProperty

static interface QpidProperty.Decoder

Decoder interface used for decoding incomng values for this property.


Method Summary
 Object decodeValue(org.apache.qpid.transport.codec.Decoder decoder, byte[] presenceBitMasks)
           
 

Method Detail

decodeValue

Object decodeValue(org.apache.qpid.transport.codec.Decoder decoder,
                   byte[] presenceBitMasks)


Licensed to the Apache Software Foundation