#include <Transport.hpp>
Inheritance diagram for Transport::
Public Methods | |
Transport () | |
virtual | ~Transport () |
virtual bool | Init () |
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) |
Protected Attributes | |
Url | m_Url |
std::string | m_strUrl |
Channel | m_Channel |
bool | m_bStatus |
Implements Transport as SOAP-Envelop carrier, for sending/receiving SOAP Envelops with any protocol; This implementation abstract the Transport layer for the SOAP payloads
Definition at line 83 of file Transport.hpp.
|
Definition at line 70 of file Transport.cpp. |
|
Definition at line 75 of file Transport.cpp. |
|
Reimplemented in HttpTransport. Definition at line 90 of file Transport.hpp. Referenced by Channel::operator>>().
|
|
Reimplemented in HttpTransport. Definition at line 89 of file Transport.hpp. |
|
Reimplemented in HttpTransport. Definition at line 91 of file Transport.hpp. Referenced by SOAPMsgContext::Invoke().
|
|
Reimplemented in HttpTransport. Definition at line 95 of file Transport.hpp. |
|
Reimplemented in HttpTransport. Definition at line 94 of file Transport.hpp. |
|
Definition at line 102 of file Transport.hpp. |
|
Definition at line 100 of file Transport.hpp. |
|
Definition at line 104 of file Transport.hpp. |
|
Definition at line 101 of file Transport.hpp. |
Copyright © 2001 SL_OpenSource XML Project. All Rights Reserved