Uses of Interface
org.apache.camel.Expression
-
Packages that use Expression Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of Expression in org.apache.camel
Subinterfaces of Expression in org.apache.camel Modifier and Type Interface Description interfaceStaticExpressionMarked if theExpressionorPredicateis based from a constant value (ie is static).Methods in org.apache.camel that return Expression Modifier and Type Method Description ExpressionExpressionFactory. createExpression(CamelContext camelContext)Creates an expressionExpressionExpressionEvaluationException. getExpression()ExpressionBinaryPredicate. getLeft()Gets the left hand side expressionExpressionBinaryPredicate. getRight()Gets the right hand side expressionConstructors in org.apache.camel with parameters of type Expression Constructor Description ExpressionEvaluationException(Expression expression, String message, Exchange exchange, Throwable cause)ExpressionEvaluationException(Expression expression, Exchange exchange, Throwable cause) -
Uses of Expression in org.apache.camel.spi
Methods in org.apache.camel.spi that return Expression Modifier and Type Method Description ExpressionLanguage. createExpression(String expression)Creates an expression based on only the given string inputdefault ExpressionLanguage. createExpression(String expression, Object[] properties)Creates an expression based on the input with propertiesExpressionModelReifierFactory. createExpression(CamelContext camelContext, Object expressionDefinition)
-