SOAPClient Class Reference

#include <soapclient.h>

Inheritance diagram for SOAPClient:

MythXMLClient

List of all members.


Detailed Description

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

Constructor & Destructor Documentation

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.


Member Function Documentation

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

bool SOAPClient::GetNodeValue ( QDomNode &  node,
const QString &  sName,
bool  bDefault 
) [protected]

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]

Definition at line 41 of file soapclient.cpp.

Referenced by FindNode(), and GetNodeValue().

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]

Definition at line 139 of file soapclient.cpp.

Referenced by MythXMLClient::GetConnectionInfo().


Member Data Documentation

QString SOAPClient::m_sNamespace [protected]

Definition at line 32 of file soapclient.h.

Referenced by SendSOAPRequest(), and SOAPClient().

QString SOAPClient::m_sControlPath [protected]

Definition at line 33 of file soapclient.h.

Referenced by SendSOAPRequest(), and SOAPClient().

QUrl SOAPClient::m_url [protected]

Definition at line 34 of file soapclient.h.

Referenced by SendSOAPRequest(), and SOAPClient().


The documentation for this class was generated from the following files:

Generated on Sat Dec 18 05:16:11 2010 for MythTV by  doxygen 1.5.5