Go to the documentation of this file.
16 #include <QMetaObject>
17 #include <QMetaMethod>
20 #include <QDomDocument>
51 const QString &sClassName );
53 const QString& sTypeName );
56 bool bReturnType =
false );
59 const QString &sKey );
QDomElement CreateBindingOperation(const QString &path, const HTTPMethodPtr &handler, const QString &sClassName)
HTTPResponse GetWSDL(const HTTPRequest2 &Request)
static bool IsCustomType(const QString &sTypeName)
MythWSDL(MythHTTPMetaService *pMetaService)
QDomElement CreateMethodType(const HTTPMethodPtr &handler, QString sTypeName, bool bReturnType=false)
static QString ReadClassInfo(const QMetaObject *pMeta, const QString &sKey)
QMap< QString, TypeInfo > m_typesToInclude
QString AddTypeInfo(QString sType)
std::shared_ptr< MythHTTPResponse > HTTPResponse
std::shared_ptr< MythHTTPRequest > HTTPRequest2
QDomElement CreateMessage(const QString &sMsgName, const QString &sTypeName)
MythHTTPMetaService * m_pMetaService