#include <wsdl.h>
Public Member Functions | |
| Wsdl (ServiceHost *pServiceHost) | |
| bool | GetWSDL (HTTPRequest *pRequest) |
Protected Member Functions | |
| QDomElement | CreateBindingOperation (MethodInfo &oInfo, const QString &sClassName) |
| QDomElement | CreateMessage (MethodInfo &oInfo, QString sMsgName, QString sTypeName) |
| QDomElement | CreateMethodType (MethodInfo &oInfo, QString sTypeName, bool bReturnType=false) |
| bool | IsCustomType (QString &sTypeName) |
| QString | ReadClassInfo (const QMetaObject *pMeta, const QString &sKey) |
Protected Attributes | |
| ServiceHost * | m_pServiceHost |
| QMap< QString, bool > | m_typesToInclude |
| QDomElement | m_oRoot |
| QDomElement | m_oTypes |
| QDomElement | m_oLastMsg |
| QDomElement | m_oPortType |
| QDomElement | m_oBindings |
| QDomElement | m_oService |
Definition at line 35 of file wsdl.h.
| Wsdl::Wsdl | ( | ServiceHost * | pServiceHost | ) |
| QDomElement Wsdl::CreateBindingOperation | ( | MethodInfo & | oInfo, | |
| const QString & | sClassName | |||
| ) | [protected] |
| QDomElement Wsdl::CreateMessage | ( | MethodInfo & | oInfo, | |
| QString | sMsgName, | |||
| QString | sTypeName | |||
| ) | [protected] |
| QDomElement Wsdl::CreateMethodType | ( | MethodInfo & | oInfo, | |
| QString | sTypeName, | |||
| bool | bReturnType = false | |||
| ) | [protected] |
| bool Wsdl::IsCustomType | ( | QString & | sTypeName | ) | [protected] |
Definition at line 454 of file wsdl.cpp.
Referenced by CreateMethodType().
| QString Wsdl::ReadClassInfo | ( | const QMetaObject * | pMeta, | |
| const QString & | sKey | |||
| ) | [protected] |
| bool Wsdl::GetWSDL | ( | HTTPRequest * | pRequest | ) |
ServiceHost* Wsdl::m_pServiceHost [protected] |
QMap<QString, bool> Wsdl::m_typesToInclude [protected] |
Definition at line 39 of file wsdl.h.
Referenced by CreateMethodType(), and GetWSDL().
QDomElement Wsdl::m_oRoot [protected] |
QDomElement Wsdl::m_oTypes [protected] |
QDomElement Wsdl::m_oLastMsg [protected] |
QDomElement Wsdl::m_oPortType [protected] |
QDomElement Wsdl::m_oBindings [protected] |
QDomElement Wsdl::m_oService [protected] |
1.6.3