Package org.apache.camel.language.simple

Camel Simple language.

See:
          Description

Class Summary
FileLanguage File language is an extension to Simple language to add file specific expressions.
SimpleLanguage A simple language which maps simple property style notations to access headers and bodies.
SimpleLanguageSupport Abstract base class for Simple languages.
 

Enum Summary
SimpleLangaugeOperator Operators supported by simple language EQ : == GT : > GTE : >= LT : < LTE : <= NOT : != contains : tested for if it contains the value not contains : tested for if it does not contain the value regex : matching a regular expression not regex : not matching a regular expression in : tested for in a list of values separated by comma not in : tested for not in a list of values separated by comma
 

Package org.apache.camel.language.simple Description

Camel Simple language.



Copyright © 2009 Apache Software Foundation. All Rights Reserved.