65 DAS *das =
new DAS() ;
102 << (
void *)
this <<
")" << endl ;
virtual void transmit(BESTransmitter *transmitter, BESDataHandlerInterface &dhi)
transmit the response object built by the execute command using the specified transmitter object ...
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)
static ostream & LMarg(ostream &strm)
BESDASResponseHandler(const string &name)
virtual void execute_each(BESDataHandlerInterface &dhi)
for each container in the given data handler interface, execute the given request ...
static BESRequestHandlerList * TheList()
Structure storing information used by the BES to handle the request.
virtual void dump(ostream &strm) const
dumps information about this object
virtual void execute(BESDataHandlerInterface &dhi)
executes the command 'get das for <def_name>;' by executing the request for each container in the spe...
Represents an OPeNDAP DAS DAP2 data object within the BES.
static BESResponseHandler * DASResponseBuilder(const string &name)
virtual ~BESDASResponseHandler(void)