xmltooling 3.2.4
xmltooling::SOAPTransport::Address Struct Reference

A simple structure to capture SOAP addressing information. More...

#include <xmltooling/soap/SOAPTransport.h>

Public Member Functions

 Address (const char *from, const char *to, const char *endpoint)
 Constructor.
 

Public Attributes

const char * m_from
 Name of sender.
 
const char * m_to
 Name of recipient.
 
const char * m_endpoint
 Endpoint URL.
 

Detailed Description

A simple structure to capture SOAP addressing information.

Constructor & Destructor Documentation

◆ Address()

xmltooling::SOAPTransport::Address::Address ( const char * from,
const char * to,
const char * endpoint )
inline

Constructor.

Parameters
fromname of sender
toname of recipient
endpointendpoint URL

The documentation for this struct was generated from the following file: