16 #ifndef KDSOAPMESSAGE_H 17 #define KDSOAPMESSAGE_H 19 #include <QtCore/QSharedDataPointer> 20 #include <QtCore/QVariant> 22 #include "KDSoapValue.h" 23 #include "KDSoapMessageAddressingProperties.h" 28 class KDSoapMessageData;
96 void addArgument(
const QString &argumentName,
const QVariant &argumentValue,
const QString &typeNameSpace = QString(),
const QString &typeName = QString());
113 void addArgument(
const QString &argumentName,
const KDSoapValueList &argumentValueList,
const QString &typeNameSpace = QString(),
const QString &typeName = QString());
134 bool isFault()
const;
139 QString faultAsString()
const;
145 void setFault(
bool fault);
153 void createFaultMessage(
const QString &faultCode,
const QString &faultText, KDSoap::SoapVersion soapVersion);
168 bool hasMessageAddressingProperties()
const;
179 friend class KDSoapServerSocket;
180 friend class KDSoapMessageWriter;
181 QSharedDataPointer<KDSoapMessageData> d;
199 KDSoapMessage header(
const QString &name,
const QString &namespaceUri)
const;
205 KDSOAP_EXPORT QDebug operator<<(QDebug dbg,
const KDSoapMessage &msg);
210 #endif // KDSOAPMESSAGE_H KDSoapValue & operator=(const KDSoapValue &other)
Definition: KDSoapValue.h:109
Use
Definition: KDSoapValue.h:278
Definition: KDSoapValue.h:69
Definition: KDSoapPendingCall.h:44
bool operator==(const KDSoapValue &other) const
Definition: KDSoapValue.cpp:150
Definition: KDSoapMessageAddressingProperties.h:76
Definition: KDSoapMessage.h:34
bool isNull() const
Definition: KDSoapValue.cpp:74
bool operator!=(const KDSoapValue &other) const
Definition: KDSoapValue.cpp:155
Definition: KDSoapValue.h:330