33#ifndef I_BESDDXResponseHandler_h
34#define I_BESDDXResponseHandler_h
36#include "BESResponseHandler.h"
53class BESDDXResponseHandler:
public BESResponseHandler {
55 BESDDXResponseHandler(
const std::string &name);
56 virtual ~BESDDXResponseHandler(
void);
61 virtual void dump(std::ostream &strm)
const;
63 static BESResponseHandler *DDXResponseBuilder(
const std::string &name);
virtual void execute(BESDataHandlerInterface &dhi)
executes the command 'get ddx for def_name;'
virtual void dump(std::ostream &strm) const
dumps information about this object
virtual void transmit(BESTransmitter *transmitter, BESDataHandlerInterface &dhi)
transmit the response object built by the execute command
Structure storing information used by the BES to handle the request.