#include <it_bus_config/endpoint_address.h>
Inheritance diagram for IT_Bus::EndpointAddress:
Definition at line 16 of file endpoint_address.h.
Public Member Functions | |
virtual const IT_Bus::String & | get_location () const =0 |
Returns a string containing the transport endpoint address for a Web service. | |
virtual void | set_location (const IT_Bus::String &) |
Update the transport endpoint address . |
|
Returns a string containing the transport endpoint address for a Web service.
Implemented in IT_WS_ORB::CORBAWSDLAddress, IT_HTTP::HTTPWSDLAddress, IT_MQ::MQConfiguration, IT_Bus::SoapWSDLAddress, and IT_Bus::TunnelWSDLAddress. |
|
Update the transport endpoint address .
Reimplemented in IT_WS_ORB::CORBAWSDLAddress, IT_HTTP::HTTPWSDLAddress, IT_MQ::MQConfiguration, and IT_Bus::TunnelWSDLAddress. |