static void add_to_dap_service(const string &cmd, const string &desc)
static function to add commands to the dap service
#define OPENDAP_SERVICE
macros representing the default response objects handled
The service registry allows modules to register services with the BES that they provide.
virtual void add_to_service(const string &service, const string &cmd, const string &cmd_descript, const string &format)
This function allows callers to add to a service that already exists.
static BESServiceRegistry * TheRegistry()
static void handle_dap_service(const string &handler)
static function to register a handler to handle the dap services
virtual void handles_service(const string &handler, const string &service)
The specified handler can handle the specified service.