Uses of Class
org.apache.camel.support.LanguageSupport

Packages that use LanguageSupport
org.apache.camel.language.simple Camel Simple language. 
org.apache.camel.language.xpath Camel XPath language support. 
 

Uses of LanguageSupport in org.apache.camel.language.simple
 

Subclasses of LanguageSupport in org.apache.camel.language.simple
 class FileLanguage
           
 class SimpleLanguage
          A simple language which maps simple property style notations to access headers and bodies.
 

Uses of LanguageSupport in org.apache.camel.language.xpath
 

Subclasses of LanguageSupport in org.apache.camel.language.xpath
 class XPathLanguage
          XPath language.
 



Apache Camel