33#ifndef I_SampleSayResponseHandler_h
34#define I_SampleSayResponseHandler_h 1
36#include "BESResponseHandler.h"
38class SampleSayResponseHandler:
public BESResponseHandler {
40 SampleSayResponseHandler(
const std::string &name);
41 virtual ~SampleSayResponseHandler(
void);
46 virtual void dump(std::ostream &strm)
const;
48 static BESResponseHandler *SampleSayResponseBuilder(
const std::string &name);
Structure storing information used by the BES to handle the request.
virtual void dump(std::ostream &strm) const
dumps information about this object
virtual void execute(BESDataHandlerInterface &dhi)
knows how to build a requested response object
virtual void transmit(BESTransmitter *transmitter, BESDataHandlerInterface &dhi)
transmit the response object built by the execute command using the specified transmitter object