#include <CommandReader.h>
Inheritance diagram for activemq::transport::CommandReader:
Public Member Functions | |
virtual | ~CommandReader (void) |
virtual Command * | readCommand (void)=0 throw ( CommandIOException ) |
|
|
|
Reads a command from the given input stream.
Implemented in activemq::connector::stomp::StompCommandReader. |