33#include "BESDapService.h"
34#include "BESServiceRegistry.h"
35#include "BESDapNames.h"
50 registry->
add_to_service( OPENDAP_SERVICE, cmd, desc, DAP_FORMAT ) ;
static void add_to_dap_service(const std::string &cmd, const std::string &desc)
static function to add commands to the dap service
static void handle_dap_service(const std::string &handler)
static function to register a handler to handle the dap services
The service registry allows modules to register services with the BES that they provide.
virtual void add_to_service(const std::string &service, const std::string &cmd, const std::string &cmd_descript, const std::string &format)
This function allows callers to add to a service that already exists.
virtual void handles_service(const std::string &handler, const std::string &service)
The specified handler can handle the specified service.