33#ifndef A_BESXMLWWWGetCommand_h
34#define A_BESXMLWWWGetCommand_h 1
36#include "BESXMLGetCommand.h"
37#include "BESDataHandlerInterface.h"
39class BESXMLWWWGetCommand:
public BESXMLGetCommand {
42 virtual ~BESXMLWWWGetCommand()
48 virtual void dump(std::ostream &strm)
const;
Structure storing information used by the BES to handle the request.
BESXMLCommand(const BESDataHandlerInterface &base_dhi)
Creates a BESXMLCommand document given a base data handler interface object.
virtual void parse_request(xmlNode *node)
parse a get html_form command.
virtual void dump(std::ostream &strm) const
dumps information about this object