org.apache.camel.component.hl7
Class TerserLanguage

java.lang.Object
  extended by org.apache.camel.component.hl7.TerserLanguage
All Implemented Interfaces:
org.apache.camel.spi.Language

public class TerserLanguage
extends Object
implements org.apache.camel.spi.Language


Constructor Summary
TerserLanguage()
           
 
Method Summary
 org.apache.camel.Expression createExpression(String expression)
           
 org.apache.camel.Predicate createPredicate(String expression)
           
static org.apache.camel.Expression terser(String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerserLanguage

public TerserLanguage()
Method Detail

terser

public static org.apache.camel.Expression terser(String expression)

createPredicate

public org.apache.camel.Predicate createPredicate(String expression)
Specified by:
createPredicate in interface org.apache.camel.spi.Language

createExpression

public org.apache.camel.Expression createExpression(String expression)
Specified by:
createExpression in interface org.apache.camel.spi.Language


Apache Camel