#include <it_bus/endpoint_reference.h>
Inheritance diagram for IT_Bus::EndpointReference:

Definition at line 19 of file endpoint_reference.h.
Public Member Functions | |
| String | get_id () const |
| Id of the endpoint. | |
| String | get_wsdl_location () const |
| Location of wsdl contract. | |
| const IT_WSDL::WSDLPort * | get_wsdl_port () const |
| Provides the WSDLPort definition for this endpoint. | |
| String | get_resolve_error () const |
| Error message produced when resolving the endpoint. | |
Protected Member Functions | |
| EndpointReference (String id) | |
| Protected constructor prevents direct instantiation. | |
Private Member Functions | |
| EndpointReference (const EndpointReference &) | |
| Private not implemented prevents copying. | |
|
|
Id of the endpoint. Usually of the form: {service_namespace}service_local_part/port_name Definition at line 28 of file endpoint_reference.h. |
|
|
Error message produced when resolving the endpoint. Will be String::EMPTY unless resolve failed in which cause a suitable error message will be captured. Definition at line 65 of file endpoint_reference.h. |
1.3.9.1