org.apache.camel.language.bean
Class BeanLanguage

java.lang.Object
  extended by org.apache.camel.language.bean.BeanLanguage
All Implemented Interfaces:
Language

public class BeanLanguage
extends Object
implements Language

A registry then the method is invoked to evaluate the expression using the Exchange to the method arguments.

Version:
$Revision: 35332 $

Constructor Summary
BeanLanguage()
           
 
Method Summary
 Expression<Exchange> createExpression(String expression)
           
 Predicate<Exchange> createPredicate(String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanLanguage

public BeanLanguage()
Method Detail

createPredicate

public Predicate<Exchange> createPredicate(String expression)
Specified by:
createPredicate in interface Language

createExpression

public Expression<Exchange> createExpression(String expression)
Specified by:
createExpression in interface Language


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