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 
)

Definition at line 57 of file XmlUtils.cpp.

Referenced by Schema::SimpleType::setFacetValue().

std::ostream & XmlUtils::dbsp ( std::ostream &  str)

Definition at line 90 of file XmlUtils.cpp.

Referenced by WsdlPull::WsdlElement::print(), and WsdlPull::Operation::print().

std::ostream & XmlUtils::blk ( std::ostream &  str)

Definition at line 97 of file XmlUtils.cpp.

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().

Definition at line 326 of file XmlUtils.cpp.

References g_bProxy.

Referenced by fetchUri(), and main().

void WSDLPULL_EXPORT XmlUtils::setProxy ( const bool  bProxy)

Definition at line 333 of file XmlUtils.cpp.

Referenced by main().

Definition at line 340 of file XmlUtils.cpp.

References g_sProxyHost.

Referenced by fetchUri(), and main().

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

Definition at line 347 of file XmlUtils.cpp.

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

Definition at line 354 of file XmlUtils.cpp.

References g_sProxyUser.

Referenced by fetchUri().

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

Definition at line 361 of file XmlUtils.cpp.

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

Definition at line 368 of file XmlUtils.cpp.

References g_sProxyPass.

Referenced by fetchUri().

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

Definition at line 375 of file XmlUtils.cpp.

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines