Uses of Interface
org.apache.camel.spi.Language

Packages that use Language
org.apache.camel The core Camel API 
org.apache.camel.builder.xml Support for XPath based Expressions and Predicates as well as an XSLT processor 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.language   
org.apache.camel.language.simple   
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of Language in org.apache.camel
 

Methods in org.apache.camel that return Language
 Language CamelContext.resolveLanguage(String language)
          Resolves a language for creating expressions
 

Uses of Language in org.apache.camel.builder.xml
 

Classes in org.apache.camel.builder.xml that implement Language
 class XPathLanguage
           
 

Uses of Language in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return Language
protected  Language DefaultLanguageResolver.noSpecificLanguageFound(String name, CamelContext context)
           
 Language DefaultCamelContext.resolveLanguage(String language)
          Resolves a language for creating expressions
 Language DefaultLanguageResolver.resolveLanguage(String name, CamelContext context)
           
 

Uses of Language in org.apache.camel.language
 

Methods in org.apache.camel.language that return Language
 Language IllegalSyntaxException.getLanguage()
           
 

Constructors in org.apache.camel.language with parameters of type Language
IllegalSyntaxException(Language language, String expression)
           
 

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

Classes in org.apache.camel.language.simple that implement Language
 class SimpleLanguage
          A
Uses of Language in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return Language
 Language LanguageResolver.resolveLanguage(String name, CamelContext context)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.