#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 49 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().
void BESDapTransmit::send_http_das | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 77 of file BESDapTransmit.cc.
References _BESDataHandlerInterface::get_output_stream(), and send_basic_das().
Referenced by BESDapModule::initialize().
void BESDapTransmit::send_basic_dds | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 84 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().
void BESDapTransmit::send_http_dds | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 114 of file BESDapTransmit.cc.
References _BESDataHandlerInterface::get_output_stream(), and send_basic_dds().
Referenced by BESDapModule::initialize().
void BESDapTransmit::send_basic_data | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 121 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().
void BESDapTransmit::send_http_data | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 151 of file BESDapTransmit.cc.
References send_basic_data().
Referenced by BESDapModule::initialize().
void BESDapTransmit::send_basic_ddx | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 158 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().
void BESDapTransmit::send_http_ddx | ( | BESResponseObject * | obj, | |
BESDataHandlerInterface & | dhi | |||
) | [static] |
Definition at line 188 of file BESDapTransmit.cc.
References _BESDataHandlerInterface::get_output_stream(), and send_basic_ddx().
Referenced by BESDapModule::initialize().