#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 . |
virtual const IT_Bus::String& IT_Bus::EndpointAddress::get_location | ( | ) | const [pure virtual] |
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::Soap12WSDLAddress, IT_Bus::SoapWSDLAddress, and IT_Bus::TunnelWSDLAddress.
virtual void IT_Bus::EndpointAddress::set_location | ( | const IT_Bus::String & | ) | [virtual] |
Update the transport endpoint address .
String | containing the full endpoint address. |
Reimplemented in IT_WS_ORB::CORBAWSDLAddress, IT_HTTP::HTTPWSDLAddress, IT_MQ::MQConfiguration, IT_Bus::Soap12WSDLAddress, IT_Bus::SoapWSDLAddress, and IT_Bus::TunnelWSDLAddress.