25#ifndef A_SiteMapCommand_h
26#define A_SiteMapCommand_h 1
28#include "BESXMLCommand.h"
61 virtual ~SiteMapCommand()
73 virtual void dump(std::ostream &strm)
const;
Structure storing information used by the BES to handle the request.
Base class for the BES's commands.
BESXMLCommand(const BESDataHandlerInterface &base_dhi)
Creates a BESXMLCommand document given a base data handler interface object.
virtual void parse_request(xmlNode *node)
Parse the build site map command.
virtual void dump(std::ostream &strm) const
dumps information about this object
virtual bool has_response()
This command does not return a response, unless its an error.
static BESXMLCommand * CommandBuilder(const BESDataHandlerInterface &base_dhi)
Factory for the SiteMapCommand.