26#ifndef I_BESDap4ResponseHandler_h
27#define I_BESDap4ResponseHandler_h 1
29#include "BESResponseHandler.h"
49class BESDap4ResponseHandler:
public BESResponseHandler {
52 std::string d_dmrpp_name;
54 friend class Dap4ResponseHandlerTest;
57 BESDap4ResponseHandler(
const std::string &name);
58 virtual ~BESDap4ResponseHandler();
79 virtual void dump(std::ostream &strm)
const;
virtual void execute(BESDataHandlerInterface &dhi)
executes the command 'get dap 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 using the specified transmitter object
virtual std::string get_dmrpp_name() const
Get the name of the DMR++ handler.
virtual bool get_use_dmrpp() const
Is the BES.Use.Dmrpp key set in the bes.conf?
Structure storing information used by the BES to handle the request.
handler object that knows how to create a specific response object