Package com.liveperson.faas.csds
Class CsdsWebClient
- java.lang.Object
-
- com.liveperson.faas.csds.CsdsWebClient
-
- All Implemented Interfaces:
CsdsClient
public class CsdsWebClient extends Object implements CsdsClient
-
-
Constructor Summary
Constructors Constructor Description CsdsWebClient(RestClient restClient, String accountId)
-
-
-
Constructor Detail
-
CsdsWebClient
public CsdsWebClient(RestClient restClient, String accountId)
-
-
Method Detail
-
getDomain
public String getDomain(String service) throws CsdsRetrievalException
- Specified by:
getDomainin interfaceCsdsClient- Parameters:
service- whose name is to be retrieved- Returns:
- the base Domain for given service
- Throws:
CsdsRetrievalException- when service that is queried for does not exist
-
-