org.apache.camel.model.language
Class BeanShellExpression

java.lang.Object
  extended by org.apache.camel.model.language.ExpressionType
      extended by org.apache.camel.model.language.BeanShellExpression
All Implemented Interfaces:
Expression<Exchange>, Predicate<Exchange>

Deprecated. use LanguageExpression will be removed in Camel 2.0

public class BeanShellExpression
extends ExpressionType

For BeanShell expressions and predicates

Version:
$Revision: 61109 $

Constructor Summary
BeanShellExpression()
          Deprecated.  
BeanShellExpression(String expression)
          Deprecated.  
 
Method Summary
 String getLanguage()
          Deprecated.  
 
Methods inherited from class org.apache.camel.model.language.ExpressionType
assertMatches, configureExpression, configurePredicate, createExpression, createPredicate, evaluate, getExpression, getExpressionValue, getId, getLabel, getLabel, getPredicate, matches, setExpression, setExpressionType, setExpressionValue, setId, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanShellExpression

public BeanShellExpression()
Deprecated. 

BeanShellExpression

public BeanShellExpression(String expression)
Deprecated. 
Method Detail

getLanguage

public String getLanguage()
Deprecated. 
Overrides:
getLanguage in class ExpressionType


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