16 #include <QMetaObject>
17 #include <QMetaMethod>
20 #include <QDomDocument>
52 QDomElement CreateBindingOperation(
MethodInfo &oInfo,
53 const QString &sClassName );
55 QDomElement CreateMessage (
const QString& sMsgName,
56 const QString& sTypeName );
58 QDomElement CreateMethodType (
MethodInfo &oInfo,
60 bool bReturnType =
false );
62 static bool IsCustomType ( QString &sTypeName );
64 static QString ReadClassInfo (
const QMetaObject *pMeta,
65 const QString &sKey );
67 QString AddTypeInfo ( QString sType );
73 : m_pServiceHost( pServiceHost ) {}