OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
ShowPathInfoCommand.h
Go to the documentation of this file.
1 
2 #ifndef A_W10NXMLCatalogCommand_h
3 #define A_W10NXMLCatalogCommand_h 1
4 
5 #include "BESXMLCommand.h"
7 
9 {
10 public:
11  ShowPathInfoCommand( const BESDataHandlerInterface &base_dhi ) ;
12  virtual ~ShowPathInfoCommand() {}
13 
14  virtual void parse_request( xmlNode *node ) ;
15 
16  virtual bool has_response() { return true ; }
17 
18  virtual void dump( ostream &strm ) const ;
19 
20  static BESXMLCommand * CommandBuilder( const BESDataHandlerInterface &base_dhi ) ;
21 } ;
22 
23 #endif // A_W10NXMLCatalogCommand_h
24 
static BESXMLCommand * CommandBuilder(const BESDataHandlerInterface &base_dhi)
virtual void dump(ostream &strm) const
dumps information about this object
ShowPathInfoCommand(const BESDataHandlerInterface &base_dhi)
virtual bool has_response()
Has a response handler been created given the request document?
virtual void parse_request(xmlNode *node)
parse a show command.
Structure storing information used by the BES to handle the request.