60 BESDEBUG(
"www",
"Initializing OPeNDAP WWW module " << modname << endl ) ;
62 BESDEBUG(
"www",
" adding " << modname <<
" request handler" << endl ) ;
67 <<
" response handler" << endl ) ;
72 BESDEBUG(
"www",
"Adding to dap services" << endl ) ;
74 "OPeNDAP HTML Form for data constraints and access" ) ;
81 <<
" transmit function" << endl ) ;
93 BESDEBUG(
"www",
"Adding www context to BESDebug" << endl ) ;
96 BESDEBUG(
"www",
"Done Initializing OPeNDAP WWW module "
97 << modname << endl ) ;
102 BESDEBUG(
"www",
"Cleaning OPeNDAP WWW module " << modname << endl ) ;
104 BESDEBUG(
"www",
" removing " << modname <<
105 " request handler " << endl ) ;
110 <<
" response handler" << endl ) ;
121 <<
" transmit function" << endl ) ;
129 <<
" transmit function" << endl ) ;
133 BESDEBUG(
"www",
"Done Cleaning OPeNDAP WWW module " << modname << endl ) ;
145 << (
void *)
this <<
")" << endl;
virtual BESTransmitter * find_transmitter(const string &name)
static bool del_command(const string &cmd_str)
Deletes the command called cmd_str from the list of possible commands.
static void add_command(const string &cmd_str, p_xmlcmd_builder cmd)
Add a command to the possible commands allowed by this BES.
static void add_to_dap_service(const string &cmd, const string &desc)
static function to add commands to the dap service
virtual bool add_handler(const string &handler_name, BESRequestHandler *handler)
add a request handler to the list of registered handlers for this server
static void send_basic_form(BESResponseObject *obj, BESDataHandlerInterface &dhi)
virtual void dump(ostream &strm) const
dumps information about this object
virtual bool add_method(string method_name, p_transmitter trans_method)
response handler that builds an OPeNDAP WWW response object
static BESReturnManager * TheManager()
static ostream & LMarg(ostream &strm)
virtual bool add_handler(const string &handler, p_response_handler handler_method)
add a response handler to the list
Represents a specific data type request handler.
BESAbstractModule * maker()
static BESRequestHandlerList * TheList()
virtual bool remove_handler(const string &handler)
removes a response handler from the list
#define WWW_RESPONSE
macros representing the WWW response objects handled
#define BESDEBUG(x, y)
macro used to send debug information to the debug stream
virtual void terminate(const string &modname)
static void Register(const string &flagName)
register the specified debug flag
virtual bool remove_method(string method_name)
static BESXMLCommand * CommandBuilder(const BESDataHandlerInterface &base_dhi)
static BESResponseHandlerList * TheList()
virtual BESRequestHandler * remove_handler(const string &handler_name)
remove and return the specified request handler
virtual void initialize(const string &modname)