16 #include <QMetaObject>
17 #include <QMetaMethod>
20 #include <QDomDocument>
51 QDomElement CreateBindingOperation(
MethodInfo &oInfo,
52 const QString &sClassName );
54 QDomElement CreateMessage (
const QString& sMsgName,
55 const QString& sTypeName );
57 QDomElement CreateMethodType (
MethodInfo &oInfo,
59 bool bReturnType =
false );
61 static bool IsCustomType (
const QString &sTypeName );
63 static QString ReadClassInfo (
const QMetaObject *pMeta,
64 const QString &sKey );
66 QString AddTypeInfo ( QString sType );
72 : m_pServiceHost( pServiceHost ) {}