#include <DomeTalker.h>
Public Member Functions | |
DomeTalker (DavixCtxPool &pool, const DomeCredentials &creds, std::string uri, std::string verb, std::string cmd) | |
~DomeTalker () | |
bool | execute () |
bool | execute (const boost::property_tree::ptree ¶ms) |
bool | execute (const std::string &str) |
bool | execute (const std::ostringstream &ss) |
bool | execute (const std::string &key, const std::string &value) |
bool | execute (const std::string &key1, const std::string &value1, const std::string &key2, const std::string &value2) |
std::string | err () |
int | status () |
int | dmlite_code () |
const boost::property_tree::ptree & | jresp () |
const std::string & | response () |
Private Attributes | |
DavixCtxPool & | pool_ |
DomeCredentials | creds_ |
std::string | uri_ |
std::string | verb_ |
std::string | cmd_ |
std::string | target_ |
DavixGrabber | grabber_ |
DavixStuff * | ds_ |
Davix::DavixError * | err_ |
std::string | response_ |
boost::property_tree::ptree | json_ |
bool | parsedJson_ |
int | status_ |
dmlite::DomeTalker::DomeTalker | ( | DavixCtxPool & | pool, | |
const DomeCredentials & | creds, | |||
std::string | uri, | |||
std::string | verb, | |||
std::string | cmd | |||
) |
dmlite::DomeTalker::~DomeTalker | ( | ) |
int dmlite::DomeTalker::dmlite_code | ( | ) |
std::string dmlite::DomeTalker::err | ( | ) |
bool dmlite::DomeTalker::execute | ( | const std::string & | key1, | |
const std::string & | value1, | |||
const std::string & | key2, | |||
const std::string & | value2 | |||
) |
bool dmlite::DomeTalker::execute | ( | const std::string & | key, | |
const std::string & | value | |||
) |
bool dmlite::DomeTalker::execute | ( | const std::ostringstream & | ss | ) |
bool dmlite::DomeTalker::execute | ( | const std::string & | str | ) |
bool dmlite::DomeTalker::execute | ( | const boost::property_tree::ptree & | params | ) |
bool dmlite::DomeTalker::execute | ( | ) |
const boost::property_tree::ptree& dmlite::DomeTalker::jresp | ( | ) |
const std::string& dmlite::DomeTalker::response | ( | ) |
int dmlite::DomeTalker::status | ( | ) |
std::string dmlite::DomeTalker::cmd_ [private] |
DomeCredentials dmlite::DomeTalker::creds_ [private] |
DavixStuff* dmlite::DomeTalker::ds_ [private] |
Davix::DavixError* dmlite::DomeTalker::err_ [private] |
DavixGrabber dmlite::DomeTalker::grabber_ [private] |
boost::property_tree::ptree dmlite::DomeTalker::json_ [private] |
bool dmlite::DomeTalker::parsedJson_ [private] |
DavixCtxPool& dmlite::DomeTalker::pool_ [private] |
std::string dmlite::DomeTalker::response_ [private] |
int dmlite::DomeTalker::status_ [private] |
std::string dmlite::DomeTalker::target_ [private] |
std::string dmlite::DomeTalker::uri_ [private] |
std::string dmlite::DomeTalker::verb_ [private] |