Class ExchangePropertyExpression

java.lang.Object
org.apache.camel.model.language.ExpressionDefinition
org.apache.camel.model.language.ExchangePropertyExpression
All Implemented Interfaces:
org.apache.camel.Expression, org.apache.camel.ExpressionFactory, HasExpressionType, org.apache.camel.Predicate, org.apache.camel.PredicateFactory, org.apache.camel.spi.ExpressionFactoryAware, org.apache.camel.spi.PredicateFactoryAware

@Metadata(firstVersion="2.0.0", label="language,core", title="ExchangeProperty") public class ExchangePropertyExpression extends ExpressionDefinition
Gets a property from the Exchange.
  • Constructor Details

    • ExchangePropertyExpression

      public ExchangePropertyExpression()
    • ExchangePropertyExpression

      public ExchangePropertyExpression(String name)
  • Method Details