Package org.apache.camel.language.simple
Class SimpleExpressionBuilder.KeyedOgnlExpressionAdapter
- java.lang.Object
-
- org.apache.camel.support.ExpressionSupport
-
- org.apache.camel.support.ExpressionAdapter
-
- org.apache.camel.language.simple.SimpleExpressionBuilder.KeyedOgnlExpressionAdapter
-
- All Implemented Interfaces:
org.apache.camel.Expression
,org.apache.camel.Predicate
- Enclosing class:
- SimpleExpressionBuilder
public static class SimpleExpressionBuilder.KeyedOgnlExpressionAdapter extends org.apache.camel.support.ExpressionAdapter
Expression adapter for OGNL expression from Message Header or Exchange property
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SimpleExpressionBuilder.KeyedOgnlExpressionAdapter.KeyedEntityRetrievalStrategy
Strategy to retrieve the value based on the key
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
evaluate(org.apache.camel.Exchange exchange)
void
init(org.apache.camel.CamelContext context)
String
toString()
-
-
-
Method Detail
-
init
public void init(org.apache.camel.CamelContext context)
- Specified by:
init
in interfaceorg.apache.camel.Expression
- Specified by:
init
in interfaceorg.apache.camel.Predicate
- Overrides:
init
in classorg.apache.camel.support.ExpressionSupport
-
evaluate
public Object evaluate(org.apache.camel.Exchange exchange)
- Overrides:
evaluate
in classorg.apache.camel.support.ExpressionSupport
-
-