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 Camel language support such as Bean and Simple language. 
org.apache.camel.language.bean Camel Bean language. 
org.apache.camel.language.simple Camel Simple language. 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
org.apache.camel.util Utility classes used by the core of Camel and useful for Camel component developers 
 

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)
           
 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.bean
 

Classes in org.apache.camel.language.bean that implement Language
 class BeanLanguage
          A registry then the method is invoked to evaluate the expression using the Exchange to the method arguments.
 

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)
           
 

Uses of Language in org.apache.camel.util
 

Methods in org.apache.camel.util that return Language
static Language CamelContextHelper.resolveMandatoryLanguage(CamelContext camelContext, String languageName)
          Resolves the given language name into a Language or throws an exception if it could not be converted
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.