org.apache.camel.builder.script
Class ScriptLanguage

java.lang.Object
  extended by org.apache.camel.builder.script.ScriptLanguage
All Implemented Interfaces:
Language

public class ScriptLanguage
extends Object
implements Language

Version:
$Revision: 630591 $

Constructor Summary
ScriptLanguage(String language)
           
 
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

ScriptLanguage

public ScriptLanguage(String language)
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 © 2009 Apache Software Foundation. All Rights Reserved.