33 #ifndef A_BESXMLGetCommand_h 34 #define A_BESXMLGetCommand_h 1 36 #include "BESXMLCommand.h" 48 virtual void parse_basic_get(
const string &type, map<string, string> &props);
66 virtual void dump(ostream &strm)
const;
71 #endif // A_BESXMLGetCommand_h virtual BESDataHandlerInterface & get_xmlcmd_dhi()
returns the BESDataHandlerInterface of either a sub command, if one exists, or this command's
virtual void parse_request(xmlNode *node)
parse a get command.
virtual void dump(ostream &strm) const
dumps information about this object
virtual void prep_request()
Prepare any information needed to execute the request of this get command.
virtual void parse_basic_get(const string &type, map< string, string > &props)
Extract information from the 'props' map.
virtual bool has_response()
Has a response handler been created given the request document?
Structure storing information used by the BES to handle the request.