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

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

See nabble:
http://www.nabble.com/Splitter-in-XML-td21196027s22882.html

We need the expression builder methods in the Spring DSL so end users can use 
it directly

Something like this:
{code:xml}
      <from uri="seda:a"/>
      <split>
        <expression>
            <conertBodyTo type="java.lang.String"/>
            <tokenize delimiter="\n"/>
        </expression>
        <to uri="seda:b"/>
      </split>
{code:xml}

> 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