33#ifndef I_BESDataDDXResponseHandler_h 
   34#define I_BESDataDDXResponseHandler_h 
   36#include "BESResponseHandler.h" 
   52class BESDataDDXResponseHandler : 
public BESResponseHandler
 
   55                BESDataDDXResponseHandler( 
const std::string &name ) ;
 
   56    virtual         ~BESDataDDXResponseHandler(
void) ;
 
   62    virtual void        dump( std::ostream &strm ) 
const ;
 
   64    static BESResponseHandler *DataDDXResponseBuilder( 
const std::string &name ) ;
 
 
virtual void execute(BESDataHandlerInterface &dhi)
executes the command 'get ddx for def_name;'
 
virtual void transmit(BESTransmitter *transmitter, BESDataHandlerInterface &dhi)
transmit the response object built by the execute command
 
virtual void dump(std::ostream &strm) const
dumps information about this object
 
Structure storing information used by the BES to handle the request.