33#ifndef A_BESXMLGetDataDDXCommand_h
34#define A_BESXMLGetDataDDXCommand_h 1
36#include "BESXMLGetCommand.h"
37#include "BESDataHandlerInterface.h"
39class BESXMLGetDataDDXCommand:
public BESXMLGetCommand {
41 string _contentStartId;
45 virtual ~BESXMLGetDataDDXCommand()
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 prep_request()
prepare the get dataddx command
virtual void dump(ostream &strm) const
dumps information about this object
virtual void parse_request(xmlNode *node)
parse a get dataddx command.