#include <soapclient.h>

Definition at line 28 of file soapclient.h.
Public Member Functions | |
| SOAPClient (const QUrl &url, const QString &sNamespace, const QString &sControlPath) | |
| virtual | ~SOAPClient () |
Protected Member Functions | |
| int | GetNodeValue (QDomNode &node, const QString &sName, int nDefault) |
| bool | GetNodeValue (QDomNode &node, const QString &sName, bool bDefault) |
| QString | GetNodeValue (QDomNode &node, const QString &sName, const QString &sDefault) |
| QDomNode | FindNode (const QString &sName, QDomNode &baseNode) |
| QDomNode | FindNode (QStringList &sParts, QDomNode &curNode) |
| bool | SendSOAPRequest (const QString &sMethod, QStringMap &list, int &nErrCode, QString &sErrDesc, bool bInQtThread) |
Protected Attributes | |
| QString | m_sNamespace |
| QString | m_sControlPath |
| QUrl | m_url |
| SOAPClient::SOAPClient | ( | const QUrl & | url, | |
| const QString & | sNamespace, | |||
| const QString & | sControlPath | |||
| ) |
Definition at line 20 of file soapclient.cpp.
| SOAPClient::~SOAPClient | ( | ) | [virtual] |
Definition at line 33 of file soapclient.cpp.
| int SOAPClient::GetNodeValue | ( | QDomNode & | node, | |
| const QString & | sName, | |||
| int | nDefault | |||
| ) | [protected] |
Definition at line 73 of file soapclient.cpp.
Referenced by MythXMLClient::GetConnectionInfo(), GetNodeValue(), and SendSOAPRequest().
Definition at line 84 of file soapclient.cpp.
| QString SOAPClient::GetNodeValue | ( | QDomNode & | node, | |
| const QString & | sName, | |||
| const QString & | sDefault | |||
| ) | [protected] |
Definition at line 110 of file soapclient.cpp.
| QDomNode SOAPClient::FindNode | ( | const QString & | sName, | |
| QDomNode & | baseNode | |||
| ) | [protected] |
| QDomNode SOAPClient::FindNode | ( | QStringList & | sParts, | |
| QDomNode & | curNode | |||
| ) | [protected] |
Definition at line 53 of file soapclient.cpp.
| bool SOAPClient::SendSOAPRequest | ( | const QString & | sMethod, | |
| QStringMap & | list, | |||
| int & | nErrCode, | |||
| QString & | sErrDesc, | |||
| bool | bInQtThread | |||
| ) | [protected] |
QString SOAPClient::m_sNamespace [protected] |
QString SOAPClient::m_sControlPath [protected] |
QUrl SOAPClient::m_url [protected] |
1.5.5