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