28#ifndef I_SiteMapResponseHandler_h
29#define I_SiteMapResponseHandler_h 1
35#include "BESResponseHandler.h"
36#include "SiteMapCommand.h"
58class SiteMapResponseHandler:
public BESResponseHandler {
60 SiteMapResponseHandler(
const std::string &name);
61 virtual ~SiteMapResponseHandler();
66 virtual void dump(std::ostream &strm)
const;
68 static BESResponseHandler *SiteMapResponseBuilder(
const std::string &name);
Structure storing information used by the BES to handle the request.
virtual void dump(std::ostream &strm) const
dumps information about this object
virtual void execute(BESDataHandlerInterface &dhi)
executes the command 'show catalog|leaves [for <node>];' by returning nodes or leaves at the top leve...
virtual void transmit(BESTransmitter *transmitter, BESDataHandlerInterface &dhi)
transmit the response object built by the execute command using the specified transmitter object