org.apache.qpid.framing
Interface EncodableAMQDataBlock

All Known Implementing Classes:
AMQDataBlock, AMQFrame, CompositeAMQDataBlock, ProtocolInitiation, SmallCompositeAMQDataBlock

public interface EncodableAMQDataBlock

Marker interface to indicate to MINA that a data block should be encoded with the single encoder/decoder that we have defined. Note that due to a bug in MINA all classes must directly implement this interface, even if a superclass implements it. TODO: fix MINA so that this is not necessary




Copyright © 2007. All Rights Reserved.