33#ifndef A_BESXMLSetContainerCommand_h
34#define A_BESXMLSetContainerCommand_h 1
36#include "BESXMLCommand.h"
37#include "BESDataHandlerInterface.h"
57 virtual ~BESXMLSetContainerCommand()
68 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 set container command.
virtual bool has_response()
Does this command return a response to the client?
virtual void dump(std::ostream &strm) const
dumps information about this object