70 DDS *dds =
new DDS( NULL,
"virtual" ) ;
80 if (dds->get_keywords().has_keyword(
"dap")) {
81 dds->set_dap_version(dds->get_keywords().get_keyword_value(
"dap"));
123 << (
void *)
this <<
")" << endl ;
virtual ~BESDDSResponseHandler(void)
string get_dap_client_protocol() const
Return the dap version string sent by the client (e.g., the OLFS)
string get_constraint() const
retrieve the constraint expression for this container
Represents an OPeNDAP DDS DAP2 data object within the BES.
virtual void dump(ostream &strm) const
dumps information about this object
BESResponseObject * _response
handler object that knows how to create a specific response object
virtual void send_response(const string &method, BESResponseObject *obj, BESDataHandlerInterface &dhi)
BESDDSResponseHandler(const string &name)
static ostream & LMarg(ostream &strm)
virtual void execute_each(BESDataHandlerInterface &dhi)
for each container in the given data handler interface, execute the given request ...
void set_constraint(const string &s)
set the constraint for this container
virtual void dump(ostream &strm) const
dumps information about this object
static BESRequestHandlerList * TheList()
Structure storing information used by the BES to handle the request.
void first_container()
set the container pointer to the first container in the containers list
#define BESDEBUG(x, y)
macro used to send debug information to the debug stream
static BESResponseHandler * DDSResponseBuilder(const string &name)
BESContainer * container
pointer to current container in this interface
virtual void execute(BESDataHandlerInterface &dhi)
executes the command 'get dds for ;' by executing the request for each container in the spe...
virtual void transmit(BESTransmitter *transmitter, BESDataHandlerInterface &dhi)
transmit the response object built by the execute command using the specified transmitter object ...