#include <KDSoapEndpointReference.h>
KDSoapEndpointReference is the abstraction class to hold an Endpoint Reference properties.
- See also
- : https://www.w3.org/TR/ws-addr-core/#eprinfoset
- Since
- 1.5
KDSoapEndpointReference::KDSoapEndpointReference |
( |
const QString & |
address = QString() | ) |
|
|
explicit |
Construct a KDSoapEndpointReference object with the given address
If no address is given, then an empty QString is taken
KDSoapEndpointReference::~KDSoapEndpointReference |
( |
| ) |
|
Destroys the object and frees up any resource used.
QString KDSoapEndpointReference::address |
( |
| ) |
const |
void KDSoapEndpointReference::setAddress |
( |
const QString & |
address | ) |
|
Sets the address of the endpoint reference
- Parameters
-
Return the reference parameters, which can be of any types so we return a KDSoapValueList.
void KDSoapEndpointReference::setReferenceParameters |
( |
const KDSoapValueList & |
referenceParameters | ) |
|
Sets the reference parameters
Return the meta data, which can be of any types so we return a KDSoapValueList
void KDSoapEndpointReference::setMetadata |
( |
const KDSoapValueList & |
metadata | ) |
|
bool KDSoapEndpointReference::isEmpty |
( |
| ) |
const |
Return true when the address has not been set
The documentation for this class was generated from the following files: