Class 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 Detail

      • ExchangePropertyLanguage

        public ExchangePropertyLanguage()
    • 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 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