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. More...
|
|
A simple structure to capture SOAP addressing information.
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 |
const char* xmltooling::SOAPTransport::Address::m_endpoint |
const char* xmltooling::SOAPTransport::Address::m_from |
const char* xmltooling::SOAPTransport::Address::m_to |
The documentation for this struct was generated from the following file: