public interface ApiRegistryClientService
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
buildClientConfig(java.lang.Class clientType,
ConsumedDestinationModel destination)
Method to build client configuration as map for the given client client proxy type
|
<T> T |
lookupClient(java.lang.Class<T> clientType)
Generates a client proxy for a given client type
|
<T> T lookupClient(java.lang.Class<T> clientType)
throws CredentialException
T - the parametrised type for the client typeclientType - the type of the clientCredentialException - in case when failed to find the expected credentialjava.util.Map<java.lang.String,java.lang.String> buildClientConfig(java.lang.Class clientType,
ConsumedDestinationModel destination)
throws CredentialException
clientType - the type of the clientdestination - the consumed destinationCredentialException - in case when responsible strategy failsCopyright © 2018 SAP SE. All Rights Reserved.