25#ifndef A_ShowNodeCommand_h
26#define A_ShowNodeCommand_h 1
28#include "BESXMLCommand.h"
37 virtual ~ShowNodeCommand()
48 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 a show node command.
virtual void dump(std::ostream &strm) const
dumps information about this object
static BESXMLCommand * CommandBuilder(const BESDataHandlerInterface &base_dhi)
A command builder suitable for BESXMLCommand::add_command()
virtual bool has_response()
Does this command return a response to the client?