- 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:
-
-
Method Summary
evaluate(org.apache.camel.CamelContext context,
org.apache.camel.Exchange exchange,
org.apache.camel.Message message,
Object body)
-
Method Details
-
evaluate
Object evaluate(org.apache.camel.CamelContext context,
org.apache.camel.Exchange exchange,
org.apache.camel.Message message,
Object body)
throws Exception
- Throws:
Exception