Interface ConsumedDestinationLocatorStrategy
- All Known Implementing Classes:
DefaultBaseSiteConsumedDestinationLocatorStrategy,DefaultConsumedDestinationLocatorStrategy
public interface ConsumedDestinationLocatorStrategy
Strategy for finding the consumed destination
-
Method Summary
Modifier and TypeMethodDescriptionLookup the consumed destination for the given client type
-
Method Details
-
lookup
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
-