Apache Qpid C++ API
Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation

qpid::framing::Handler< T >::InOutHandlerInterface Class Reference

Interface for a handler that implements a pair of in/out handle operations. More...

#include <Handler.h>

List of all members.

Public Member Functions

virtual ~InOutHandlerInterface ()
virtual void handleIn (T)=0
virtual void handleOut (T)=0


Detailed Description

template<class T>
class qpid::framing::Handler< T >::InOutHandlerInterface

Interface for a handler that implements a pair of in/out handle operations.

See also:
InOutHandler

Definition at line 80 of file Handler.h.


Constructor & Destructor Documentation

template<class T >
virtual qpid::framing::Handler< T >::InOutHandlerInterface::~InOutHandlerInterface (  )  [inline, virtual]

Definition at line 82 of file Handler.h.


Member Function Documentation

template<class T >
virtual void qpid::framing::Handler< T >::InOutHandlerInterface::handleIn ( T   )  [pure virtual]

template<class T >
virtual void qpid::framing::Handler< T >::InOutHandlerInterface::handleOut ( T   )  [pure virtual]


The documentation for this class was generated from the following file:

Qpid C++ API Reference
Generated on Thu Mar 19 15:24:04 2009 for Qpid C++ Client API by doxygen 1.5.7.1