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 Details

    • ExchangePropertyLanguage

      public ExchangePropertyLanguage()
  • Method Details

    • exchangeProperty

      public static org.apache.camel.Expression exchangeProperty(String propertyName)
    • 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
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.apache.camel.IsSingleton