#include <BESDapTransmit.h>
Static Public Member Functions | |
static void | send_basic_das (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_http_das (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_basic_dds (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_http_dds (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_basic_data (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_http_data (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_basic_ddx (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
static void | send_http_ddx (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
Definition at line 45 of file BESDapTransmit.h.
void BESDapTransmit::send_basic_das | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 50 of file BESDapTransmit.cc.
References _BESDataHandlerInterface::container, _BESDataHandlerInterface::first_container(), BESDASResponse::get_das(), _BESDataHandlerInterface::get_output_stream(), and BESContainer::get_real_name().
Referenced by BESDapModule::initialize(), and send_http_das().
Here is the call graph for this function:
void BESDapTransmit::send_http_das | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 83 of file BESDapTransmit.cc.
References _BESDataHandlerInterface::get_output_stream(), and send_basic_das().
Referenced by BESDapModule::initialize().
Here is the call graph for this function:
void BESDapTransmit::send_basic_dds | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 90 of file BESDapTransmit.cc.
References _BESDataHandlerInterface::container, _BESDataHandlerInterface::data, _BESDataHandlerInterface::first_container(), BESDDSResponse::get_ce(), BESDDSResponse::get_dds(), _BESDataHandlerInterface::get_output_stream(), BESContainer::get_real_name(), and POST_CONSTRAINT.
Referenced by BESDapModule::initialize(), and send_http_dds().
Here is the call graph for this function:
void BESDapTransmit::send_http_dds | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 124 of file BESDapTransmit.cc.
References _BESDataHandlerInterface::get_output_stream(), and send_basic_dds().
Referenced by BESDapModule::initialize().
Here is the call graph for this function:
void BESDapTransmit::send_basic_data | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 131 of file BESDapTransmit.cc.
References _BESDataHandlerInterface::data, _BESDataHandlerInterface::first_container(), BESDataDDSResponse::get_ce(), BESDataDDSResponse::get_dds(), _BESDataHandlerInterface::get_output_stream(), and POST_CONSTRAINT.
Referenced by BESDapModule::initialize(), and send_http_data().
Here is the call graph for this function:
void BESDapTransmit::send_http_data | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 165 of file BESDapTransmit.cc.
References send_basic_data().
Referenced by BESDapModule::initialize().
Here is the call graph for this function:
void BESDapTransmit::send_basic_ddx | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 172 of file BESDapTransmit.cc.
References _BESDataHandlerInterface::container, _BESDataHandlerInterface::data, _BESDataHandlerInterface::first_container(), BESDDSResponse::get_ce(), BESDDSResponse::get_dds(), _BESDataHandlerInterface::get_output_stream(), BESContainer::get_real_name(), and POST_CONSTRAINT.
Referenced by BESDapModule::initialize(), and send_http_ddx().
Here is the call graph for this function:
void BESDapTransmit::send_http_ddx | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 206 of file BESDapTransmit.cc.
References _BESDataHandlerInterface::get_output_stream(), and send_basic_ddx().
Referenced by BESDapModule::initialize().
Here is the call graph for this function: