Class SimpleFunctionEnd

    • Constructor Detail

      • SimpleFunctionEnd

        public SimpleFunctionEnd​(SimpleToken token)
    • Method Detail

      • createExpression

        public org.apache.camel.Expression createExpression​(org.apache.camel.CamelContext camelContext,
                                                            String expression)
        Description copied from interface: SimpleNode
        Creates a Camel Expression based on this model.
        Specified by:
        createExpression in interface SimpleNode
        Parameters:
        camelContext - the camel context
        expression - the input string
        Returns:
        the created Expression