Uses of Class
org.apache.camel.NoSuchLanguageException
-
Packages that use NoSuchLanguageException Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of NoSuchLanguageException in org.apache.camel
Methods in org.apache.camel that throw NoSuchLanguageException Modifier and Type Method Description LanguageCamelContext. resolveLanguage(String language)Resolves a language for creating expressions -
Uses of NoSuchLanguageException in org.apache.camel.spi
Methods in org.apache.camel.spi that throw NoSuchLanguageException Modifier and Type Method Description LanguageLanguageResolver. resolveLanguage(String name, CamelContext context)Resolves the given language.
-