OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
BESTransmitter Class Reference

#include <BESTransmitter.h>

Inheritance diagram for BESTransmitter:
Collaboration diagram for BESTransmitter:

List of all members.

Public Member Functions

virtual bool add_method (string method_name, p_transmitter trans_method)
 BESTransmitter ()
virtual void dump (ostream &strm) const
 dumps information about this object
virtual p_transmitter find_method (string method_name)
virtual bool remove_method (string method_name)
virtual void send_html (BESInfo &info, BESDataHandlerInterface &dhi)=0
virtual void send_response (const string &method, BESResponseObject *obj, BESDataHandlerInterface &dhi)
virtual void send_text (BESInfo &info, BESDataHandlerInterface &dhi)=0
virtual ~BESTransmitter ()

Detailed Description

Definition at line 48 of file BESTransmitter.h.


Constructor & Destructor Documentation

Definition at line 56 of file BESTransmitter.h.

virtual BESTransmitter::~BESTransmitter ( ) [inline, virtual]

Definition at line 57 of file BESTransmitter.h.


Member Function Documentation

bool BESTransmitter::add_method ( string  method_name,
p_transmitter  trans_method 
) [virtual]

Definition at line 37 of file BESTransmitter.cc.

Referenced by BESDapTransmit::BESDapTransmit().

void BESTransmitter::dump ( ostream &  strm) const [virtual]

dumps information about this object

Displays the pointer value of this instance along with the names of register transmit methods

Parameters:
strmC++ i/o stream to dump the information to

Implements BESObj.

Reimplemented in BESBasicHttpTransmitter, and BESBasicTransmitter.

Definition at line 101 of file BESTransmitter.cc.

References BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().

Referenced by BESInterface::dump().

Here is the call graph for this function:

p_transmitter BESTransmitter::find_method ( string  method_name) [virtual]

Definition at line 63 of file BESTransmitter.cc.

Referenced by send_response().

bool BESTransmitter::remove_method ( string  method_name) [virtual]

Definition at line 50 of file BESTransmitter.cc.

virtual void BESTransmitter::send_html ( BESInfo info,
BESDataHandlerInterface dhi 
) [pure virtual]

The documentation for this class was generated from the following files: