Main Page   Class Hierarchy   Compound List   File List   Compound Members  

Transport Class Reference

The Transport interface for SOAP envelop carrier. More...

#include <Transport.hpp>

Inheritance diagram for Transport:

HttpTransport List of all members.

Public Methods

 Transport ()
virtual ~Transport ()
virtual bool Init ()
virtual void Fini ()
virtual bool GetStatus (const std::string &payload)
virtual void SetProperty (const std::string &p_Property, const std::string &p_Value)
virtual const Transport & operator>> (std::string &msg)
virtual const Transport & operator<< (const std::string &msg)
virtual void ClearAdditionalHeaders ()

Protected Attributes

Url m_Url
std::string m_strUrl
bool m_bStatus

Detailed Description

The Transport interface for SOAP envelop carrier.

Implements Transport as SOAP-Envelop carrier, for sending/receiving SOAP Envelops with any protocol; This implementation abstract the Transport layer for the SOAP payloads


The documentation for this class was generated from the following files:
Generated on Mon Dec 1 15:10:33 2003 for axisc++ by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002