A simple structure to capture SOAP addressing information.
More...
#include <xmltooling/soap/SOAPTransport.h>
|
| Address (const char *from, const char *to, const char *endpoint) |
| Constructor.
|
|
|
const char * | m_from |
| Name of sender.
|
|
const char * | m_to |
| Name of recipient.
|
|
const char * | m_endpoint |
| Endpoint URL.
|
|
A simple structure to capture SOAP addressing information.
◆ Address()
xmltooling::SOAPTransport::Address::Address |
( |
const char * | from, |
|
|
const char * | to, |
|
|
const char * | endpoint ) |
|
inline |
Constructor.
- Parameters
-
from | name of sender |
to | name of recipient |
endpoint | endpoint URL |
The documentation for this struct was generated from the following file: