Interface ConsumedDestinationLocatorStrategy
-
- All Known Implementing Classes:
DefaultBaseSiteConsumedDestinationLocatorStrategy,DefaultConsumedDestinationLocatorStrategy
public interface ConsumedDestinationLocatorStrategyStrategy for finding the consumed destination
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConsumedDestinationModellookup(java.lang.String clientTypeName)Lookup the consumed destination for the given client type
-
-
-
Method Detail
-
lookup
ConsumedDestinationModel lookup(java.lang.String clientTypeName)
Lookup the consumed destination for the given client type- Parameters:
clientTypeName- the name of client type- Returns:
- the consumed destination for the given client type
- Throws:
CredentialException- in case when failed to find the expected credential
-
-