9#ifndef __refinitiv_ema_access_ServiceEndpointDiscovery_h
10#define __refinitiv_ema_access_ServiceEndpointDiscovery_h
54class ServiceEndpointDiscoveryOption;
55class ServiceEndpointDiscoveryClient;
56class ServiceEndpointDiscoveryImpl;
57class ServiceEndpointDiscoveryConfig;
132 ServiceEndpointDiscoveryImpl* _pImpl;
*|--------------------------------------------------------------------------—
The access namespace contains all interfaces and definitions specified for use with the EMA Access pa...
The ema namespace contains all interfaces and definitions specified for use with EMA.
EmaString class is a container of a null terminated Ascii character string.
ServiceEndpointDiscovery class provides the functionality to query endpoints from RDP service discove...
ServiceEndpointDiscovery(const EmaString &tokenServiceURLV1, const EmaString &serviceDiscoveryURL)
ServiceEndpointDiscovery(const EmaString &tokenServiceURLV1, const EmaString &tokenServiceURLV2, const EmaString &serviceDiscoveryURL)
ServiceEndpointDiscovery(const EmaString &tokenServiceURLV1)
ServiceEndpointDiscovery(const ServiceEndpointDiscoveryConfig &serviceEndpointDiscoveryConfig)
~ServiceEndpointDiscovery()
void registerClient(const ServiceEndpointDiscoveryOption ¶ms, ServiceEndpointDiscoveryClient &client, void *closure=0)
ServiceEndpointDiscovery()
ServiceEndpointDiscoveryClient class provides callback interfaces to pass received responses.
ServiceEndpointDiscoveryOption is used to specify query options for ServiceEndpointDiscovery::registe...