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 Detail

      • evaluate

        Object evaluate​(org.apache.camel.CamelContext context,
                        org.apache.camel.Exchange exchange,
                        org.apache.camel.Message message,
                        Object body)
                 throws Exception
        Throws:
        Exception