public interface LanguageResolver
| Modifier and Type | Method and Description |
|---|---|
Language |
resolveLanguage(String name,
CamelContext context)
Resolves the given language.
|
Language resolveLanguage(String name, CamelContext context) throws NoSuchLanguageException
name - the name of the languagecontext - the camel contextNoSuchLanguageException - is thrown if language could not be resolvedApache Camel