@Language(value="exchangeProperty") public class ExchangePropertyLanguage extends Object implements org.apache.camel.spi.Language, org.apache.camel.IsSingleton
| Constructor and Description |
|---|
ExchangePropertyLanguage() |
| Modifier and Type | Method and 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() |
public static org.apache.camel.Expression exchangeProperty(String propertyName)
public org.apache.camel.Predicate createPredicate(String expression)
createPredicate in interface org.apache.camel.spi.Languagepublic org.apache.camel.Expression createExpression(String expression)
createExpression in interface org.apache.camel.spi.Languagepublic boolean isSingleton()
isSingleton in interface org.apache.camel.IsSingletonApache Camel