23 #ifndef KDSOAPMESSAGE_H 24 #define KDSOAPMESSAGE_H 26 #include <QtCore/QSharedDataPointer> 27 #include <QtCore/QVariant> 29 #include "KDSoapValue.h" 30 #include "KDSoapMessageAddressingProperties.h" 35 class KDSoapMessageData;
103 void addArgument(
const QString &argumentName,
const QVariant &argumentValue,
const QString &typeNameSpace = QString(),
const QString &typeName = QString());
120 void addArgument(
const QString &argumentName,
const KDSoapValueList &argumentValueList,
const QString &typeNameSpace = QString(),
const QString &typeName = QString());
141 bool isFault()
const;
146 QString faultAsString()
const;
152 void setFault(
bool fault);
160 void createFaultMessage(
const QString &faultCode,
const QString &faultText, KDSoap::SoapVersion soapVersion);
175 bool hasMessageAddressingProperties()
const;
186 friend class KDSoapServerSocket;
187 friend class KDSoapMessageWriter;
188 QSharedDataPointer<KDSoapMessageData> d;
206 KDSoapMessage header(
const QString &name,
const QString &namespaceUri)
const;
212 KDSOAP_EXPORT QDebug operator<<(QDebug dbg,
const KDSoapMessage &msg);
217 #endif // KDSOAPMESSAGE_H KDSoapValue & operator=(const KDSoapValue &other)
Definition: KDSoapValue.h:116
Use
Definition: KDSoapValue.h:285
Definition: KDSoapValue.h:76
Definition: KDSoapPendingCall.h:51
bool operator==(const KDSoapValue &other) const
Definition: KDSoapValue.cpp:157
Definition: KDSoapMessageAddressingProperties.h:83
Definition: KDSoapMessage.h:41
bool isNull() const
Definition: KDSoapValue.cpp:81
bool operator!=(const KDSoapValue &other) const
Definition: KDSoapValue.cpp:162
Definition: KDSoapValue.h:337