#include <MockChannel.h>
Inheritance diagram for MockChannel:


Public Types | |
| typedef qpid::framing::BasicGetBody | Body |
Public Member Functions | |
| MockChannel (qpid::framing::ChannelId id) | |
| bool | isOpen () const |
| void | handleHeader (boost::shared_ptr< qpid::framing::AMQHeaderBody > b) |
| void | handleContent (boost::shared_ptr< qpid::framing::AMQContentBody > b) |
| void | handleHeartbeat (boost::shared_ptr< qpid::framing::AMQHeartbeatBody > b) |
| void | handleMethodInContext (boost::shared_ptr< qpid::framing::AMQMethodBody > method, const qpid::framing::MethodContext &context) |
Static Public Member Functions | |
| static Body::shared_ptr | basicGetBody () |
Public Attributes | |
| MockOutputHandler | out |
1.4.7