OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
GatewayRequestHandler.h
Go to the documentation of this file.
1 // GatewayRequestHandler.h
2 
3 #ifndef I_GatewayRequestHandler_H
4 #define I_GatewayRequestHandler_H
5 
6 #include "BESRequestHandler.h"
7 
9 public:
10  GatewayRequestHandler(const string &name);
11  virtual ~GatewayRequestHandler(void);
12 
13  virtual void dump(ostream &strm) const;
14 
17 };
18 
19 #endif // GatewayRequestHandler.h
static bool gateway_build_help(BESDataHandlerInterface &dhi)
virtual void dump(ostream &strm) const
dumps information about this object
GatewayRequestHandler(const string &name)
virtual ~GatewayRequestHandler(void)
Represents a specific data type request handler.
Structure storing information used by the BES to handle the request.
static bool gateway_build_vers(BESDataHandlerInterface &dhi)