54 BESDEBUG(
"xd",
"Initializing OPeNDAP XD module " << modname << endl);
69 BESDEBUG(
"xd",
"Done Initializing OPeNDAP XD module " << modname << endl);
74 BESDEBUG(
"xd",
"Cleaning OPeNDAP XD module " << modname << endl);
90 BESDEBUG(
"xd",
"Done Cleaning OPeNDAP XD module " << modname << endl);
101 strm <<
BESIndent::LMarg <<
"BESXDModule::dump - (" << (
void *)
this <<
")" << endl;
virtual BESTransmitter * find_transmitter(const string &name)
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
virtual void initialize(const string &modname)
#define XD_RESPONSE
macros representing the xml_data response objects handled
virtual bool add_method(string method_name, p_transmitter trans_method)
static BESReturnManager * TheManager()
static void send_basic_ascii(BESResponseObject *obj, BESDataHandlerInterface &dhi)
static ostream & LMarg(ostream &strm)
virtual void terminate(const string &modname)
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.
static BESRequestHandlerList * TheList()
virtual void dump(ostream &strm) const
dumps information about this object
BESAbstractModule * maker()
virtual bool remove_handler(const string &handler)
removes a response handler from the list
static BESResponseHandler * XDResponseBuilder(const string &name)
#define BESDEBUG(x, y)
macro used to send debug information to the debug stream
static void Register(const string &flagName)
register the specified debug flag
virtual bool remove_method(string method_name)
static BESResponseHandlerList * TheList()
virtual BESRequestHandler * remove_handler(const string &handler_name)
remove and return the specified request handler