34 #include "BESWWWRequestHandler.h"
35 #include "BESResponseHandler.h"
36 #include "BESResponseNames.h"
37 #include "BESVersionInfo.h"
38 #include "BESDataNames.h"
45 BESWWWRequestHandler::BESWWWRequestHandler(
const string &name )
48 add_method( HELP_RESPONSE, BESWWWRequestHandler::dap_build_help ) ;
49 add_method( VERS_RESPONSE, BESWWWRequestHandler::dap_build_version ) ;
52 BESWWWRequestHandler::~BESWWWRequestHandler()
73 info->add_module( MODULE_NAME, MODULE_VERSION ) ;
87 strm << BESIndent::LMarg <<
"BESWWWRequestHandler::dump - ("
88 << (
void *)
this <<
")" << endl ;
91 BESIndent::UnIndent() ;
Structure storing information used by the BES to handle the request.
exception thrown if internal error encountered
Represents a specific data type request handler.
virtual void dump(std::ostream &strm) const
dumps information about this object
virtual BESResponseObject * get_response_object()
return the current response object
Abstract base class representing a specific set of information in response to a request to the BES.
virtual void dump(std::ostream &strm) const
dumps information about this object