Functions | |
int | parseInt (std::string s, int radix) |
std::ostream & | dbsp (std::ostream &str) |
std::ostream & | blk (std::ostream &str) |
bool WSDLPULL_EXPORT | fetchUri (std::string uri, std::string &filename) |
std::string WSDLPULL_EXPORT | acceptSecretKey (const std::string &field) |
bool WSDLPULL_EXPORT | getProxy () |
void WSDLPULL_EXPORT | setProxy (const bool bProxy) |
std::string WSDLPULL_EXPORT | getProxyHost () |
void WSDLPULL_EXPORT | setProxyHost (const std::string &sProxyHost) |
std::string WSDLPULL_EXPORT | getProxyUser () |
void WSDLPULL_EXPORT | setProxyUser (const std::string &sProxyUser) |
std::string WSDLPULL_EXPORT | getProxyPass () |
void WSDLPULL_EXPORT | setProxyPass (const std::string &sProxyPass) |
std::string WSDLPULL_EXPORT XmlUtils::acceptSecretKey | ( | const std::string & | field | ) |
std::ostream & XmlUtils::blk | ( | std::ostream & | str | ) |
std::ostream & XmlUtils::dbsp | ( | std::ostream & | str | ) |
Definition at line 88 of file XmlUtils.cpp.
Referenced by WsdlPull::WsdlElement::print(), and WsdlPull::Operation::print().
bool WSDLPULL_EXPORT XmlUtils::fetchUri | ( | std::string | uri, | |
std::string & | filename | |||
) |
Definition at line 106 of file XmlUtils.cpp.
References ALPHA, getProxy(), getProxyHost(), getProxyPass(), getProxyUser(), and urlCache_.
Referenced by Schema::SchemaParser::addImport(), main(), and Schema::SchemaParser::SchemaParser().
bool WSDLPULL_EXPORT XmlUtils::getProxy | ( | ) |
std::string WSDLPULL_EXPORT XmlUtils::getProxyHost | ( | ) |
std::string WSDLPULL_EXPORT XmlUtils::getProxyPass | ( | ) |
std::string WSDLPULL_EXPORT XmlUtils::getProxyUser | ( | ) |
int XmlUtils::parseInt | ( | std::string | s, | |
int | radix | |||
) |
void WSDLPULL_EXPORT XmlUtils::setProxy | ( | const bool | bProxy | ) |
Definition at line 331 of file XmlUtils.cpp.
Referenced by main(), WsdlPull::WsdlInvoker::setCredentials(), and WsdlPull::WsdlInvoker::setProxy().
void WSDLPULL_EXPORT XmlUtils::setProxyHost | ( | const std::string & | sProxyHost | ) |
Definition at line 345 of file XmlUtils.cpp.
Referenced by main(), and WsdlPull::WsdlInvoker::setProxy().
void WSDLPULL_EXPORT XmlUtils::setProxyPass | ( | const std::string & | sProxyPass | ) |
Definition at line 373 of file XmlUtils.cpp.
Referenced by main(), and WsdlPull::WsdlInvoker::setCredentials().
void WSDLPULL_EXPORT XmlUtils::setProxyUser | ( | const std::string & | sProxyUser | ) |
Definition at line 359 of file XmlUtils.cpp.
Referenced by main(), and WsdlPull::WsdlInvoker::setCredentials().