33 #include "BESDapService.h" 34 #include "BESServiceRegistry.h" 35 #include "BESDapNames.h" 48 registry->
add_to_service( OPENDAP_SERVICE, cmd, desc, DAP2_FORMAT ) ;
static void add_to_dap_service(const string &cmd, const string &desc)
static function to add commands to the dap service
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 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.