[ 
https://issues.apache.org/activemq/browse/CAMEL-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49815#action_49815
 ] 

Claus Ibsen commented on CAMEL-1206:
------------------------------------

We got a tokenizer expression now, as otherwise the split in Spring DSL is 
kinda hard as you needed to invoke a method call or the likes.

However all the rest of the build methods is still missing. We could add some 
sort of soft expression EL with attributes to indicate common tasks

Or we can improve  the simple language to add expression capabilities to its 
existing predicates. 
{code}
<simple>${body} regex '[\\n|\\r]'</simple>
{code}

 So it will return an expression. However the example above is not to well as 
we now have a tokenizer expression in the Spring DSL.

> ExpressionBuilder methods should be exposed in Spring DSL
> ---------------------------------------------------------
>
>                 Key: CAMEL-1206
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1206
>             Project: Apache Camel
>          Issue Type: Sub-task
>            Reporter: Claus Ibsen
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to