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);
167 bool hasMessageAddressingProperties()
const;
178 friend class KDSoapServerSocket;
179 friend class KDSoapMessageWriter;
180 QSharedDataPointer<KDSoapMessageData> d;
198 KDSoapMessage header(
const QString &name,
const QString &namespaceUri)
const;
204 KDSOAP_EXPORT QDebug operator<<(QDebug dbg,
const KDSoapMessage &msg);
208 #endif // KDSOAPMESSAGE_H
KDSoapValue & operator=(const KDSoapValue &other)
Definition: KDSoapValue.h:101
Use
Definition: KDSoapValue.h:233
Definition: KDSoapValue.h:61
Definition: KDSoapPendingCall.h:51
bool operator==(const KDSoapValue &other) const
Definition: KDSoapValue.cpp:124
Definition: KDSoapMessageAddressingProperties.h:82
Definition: KDSoapMessage.h:41
bool isNull() const
Definition: KDSoapValue.cpp:78
bool operator!=(const KDSoapValue &other) const
Definition: KDSoapValue.cpp:129
Definition: KDSoapValue.h:279