wsdlpull  1.23
Functions
XmlUtils Namespace Reference

Functions

int parseInt (std::string s, int radix=10)
 
std::ostream & dbsp (std::ostream &str)
 
std::ostream & blk (std::ostream &str)
 
bool WSDLPULL_EXPORT fetchUri (std::string uri, std::string &path)
 
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)
 

Function Documentation

int XmlUtils::parseInt ( std::string  s,
int  radix = 10 
)
std::ostream & XmlUtils::dbsp ( std::ostream &  str)
std::ostream & XmlUtils::blk ( std::ostream &  str)

Definition at line 97 of file XmlUtils.cpp.

References WSDLPULL_EXPORT.

Referenced by WsdlPull::Operation::print().

bool WSDLPULL_EXPORT XmlUtils::fetchUri ( std::string  uri,
std::string &  path 
)
std::string WSDLPULL_EXPORT XmlUtils::acceptSecretKey ( const std::string &  field)

Definition at line 250 of file XmlUtils.cpp.

Referenced by main().

bool WSDLPULL_EXPORT XmlUtils::getProxy ( )

Definition at line 326 of file XmlUtils.cpp.

References g_bProxy, and WSDLPULL_EXPORT.

Referenced by fetchUri(), WsdlPull::WsdlInvoker::getValue(), and main().

void WSDLPULL_EXPORT XmlUtils::setProxy ( const bool  bProxy)
std::string WSDLPULL_EXPORT XmlUtils::getProxyHost ( )

Definition at line 340 of file XmlUtils.cpp.

References g_sProxyHost, and WSDLPULL_EXPORT.

Referenced by fetchUri(), WsdlPull::WsdlInvoker::getValue(), and main().

void WSDLPULL_EXPORT XmlUtils::setProxyHost ( const std::string &  sProxyHost)

Definition at line 347 of file XmlUtils.cpp.

References g_sProxyHost, and WSDLPULL_EXPORT.

Referenced by main(), and WsdlPull::WsdlInvoker::setProxy().

std::string WSDLPULL_EXPORT XmlUtils::getProxyUser ( )

Definition at line 354 of file XmlUtils.cpp.

References g_sProxyUser, and WSDLPULL_EXPORT.

Referenced by fetchUri(), and WsdlPull::WsdlInvoker::getValue().

void WSDLPULL_EXPORT XmlUtils::setProxyUser ( const std::string &  sProxyUser)

Definition at line 361 of file XmlUtils.cpp.

References g_sProxyUser, and WSDLPULL_EXPORT.

Referenced by main(), and WsdlPull::WsdlInvoker::setCredentials().

std::string WSDLPULL_EXPORT XmlUtils::getProxyPass ( )

Definition at line 368 of file XmlUtils.cpp.

References g_sProxyPass, and WSDLPULL_EXPORT.

Referenced by fetchUri(), and WsdlPull::WsdlInvoker::getValue().

void WSDLPULL_EXPORT XmlUtils::setProxyPass ( const std::string &  sProxyPass)

Definition at line 375 of file XmlUtils.cpp.

References g_sProxyPass.

Referenced by main(), and WsdlPull::WsdlInvoker::setCredentials().