Interface CSimpleMethod
-
- All Known Implementing Classes:
CSimpleSupport
public interface CSimpleMethod
Method that will be executed for csimple expressions and which has been source code generated to implement the logic in Java code.- See Also:
CSimpleExpression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
evaluate(org.apache.camel.CamelContext context, org.apache.camel.Exchange exchange, org.apache.camel.Message message, Object body)
-