BESDapTransmit Class Reference

#include <BESDapTransmit.h>

Inheritance diagram for BESDapTransmit:
Inheritance graph
[legend]
Collaboration diagram for BESDapTransmit:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual bool add_method (string method_name, p_transmitter trans_method)
 BESDapTransmit ()
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)
virtual void send_response (const string &method, BESResponseObject *obj, BESDataHandlerInterface &dhi)
virtual void send_text (BESInfo &info, BESDataHandlerInterface &dhi)
virtual ~BESDapTransmit ()

Static Public Member Functions

static void send_basic_das (BESResponseObject *obj, BESDataHandlerInterface &dhi)
static void send_basic_data (BESResponseObject *obj, BESDataHandlerInterface &dhi)
static void send_basic_dds (BESResponseObject *obj, BESDataHandlerInterface &dhi)
static void send_basic_ddx (BESResponseObject *obj, BESDataHandlerInterface &dhi)

Detailed Description

Definition at line 41 of file BESDapTransmit.h.


Constructor & Destructor Documentation

BESDapTransmit::BESDapTransmit (  ) 

Definition at line 50 of file BESDapTransmit.cc.

References BESTransmitter::add_method(), DAS_SERVICE, DATA_SERVICE, DDS_SERVICE, DDX_SERVICE, send_basic_das(), send_basic_data(), send_basic_dds(), and send_basic_ddx().

Here is the call graph for this function:

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

Definition at line 45 of file BESDapTransmit.h.


Member Function Documentation

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

Definition at line 37 of file BESTransmitter.cc.

Referenced by BESDapTransmit(), and BESFilterTransmitter::BESFilterTransmitter().

void BESBasicTransmitter::dump ( ostream &  strm  )  const [virtual, inherited]

dumps information about this object

Displays the pointer value of this instance

Parameters:
strm C++ i/o stream to dump the information to

Reimplemented from BESTransmitter.

Reimplemented in BESBasicHttpTransmitter.

Definition at line 59 of file BESBasicTransmitter.cc.

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

Here is the call graph for this function:

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

Definition at line 63 of file BESTransmitter.cc.

Referenced by BESTransmitter::send_response().

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

Definition at line 50 of file BESTransmitter.cc.

void BESDapTransmit::send_basic_das ( BESResponseObject obj,
BESDataHandlerInterface dhi 
) [static]
void BESDapTransmit::send_basic_data ( BESResponseObject obj,
BESDataHandlerInterface dhi 
) [static]
void BESDapTransmit::send_basic_dds ( BESResponseObject obj,
BESDataHandlerInterface dhi 
) [static]
void BESDapTransmit::send_basic_ddx ( BESResponseObject obj,
BESDataHandlerInterface dhi 
) [static]
void BESBasicTransmitter::send_html ( BESInfo info,
BESDataHandlerInterface dhi 
) [virtual, inherited]

Implements BESTransmitter.

Reimplemented in BESBasicHttpTransmitter.

Definition at line 46 of file BESBasicTransmitter.cc.

References BESDataHandlerInterface::get_output_stream(), and BESInfo::print().

Here is the call graph for this function:

void BESTransmitter::send_response ( const string &  method,
BESResponseObject obj,
BESDataHandlerInterface dhi 
) [virtual, inherited]
void BESBasicTransmitter::send_text ( BESInfo info,
BESDataHandlerInterface dhi 
) [virtual, inherited]

Implements BESTransmitter.

Reimplemented in BESBasicHttpTransmitter.

Definition at line 39 of file BESBasicTransmitter.cc.

References BESDataHandlerInterface::get_output_stream(), and BESInfo::print().

Here is the call graph for this function:


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

Generated on 27 Oct 2009 for OPeNDAP Hyrax Back End Server (BES) by  doxygen 1.6.1