Class ExchangePropertyLanguage
- java.lang.Object
-
- org.apache.camel.language.property.ExchangePropertyLanguage
-
- All Implemented Interfaces:
org.apache.camel.IsSingleton
,org.apache.camel.spi.Language
@Language("exchangeProperty") public class ExchangePropertyLanguage extends Object implements org.apache.camel.spi.Language, org.apache.camel.IsSingleton
A language for exchange property expressions.
-
-
Constructor Summary
Constructors Constructor Description ExchangePropertyLanguage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.Expression
createExpression(String expression)
org.apache.camel.Predicate
createPredicate(String expression)
static org.apache.camel.Expression
exchangeProperty(String propertyName)
boolean
isSingleton()
-
-
-
Method Detail
-
exchangeProperty
public static org.apache.camel.Expression exchangeProperty(String propertyName)
-
createPredicate
public org.apache.camel.Predicate createPredicate(String expression)
- Specified by:
createPredicate
in interfaceorg.apache.camel.spi.Language
-
createExpression
public org.apache.camel.Expression createExpression(String expression)
- Specified by:
createExpression
in interfaceorg.apache.camel.spi.Language
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interfaceorg.apache.camel.IsSingleton
-
-