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