Willem Jiang created CAMEL-7027:
-----------------------------------

             Summary: Support to set the expression on the split DSL of  Spring 
and Blueprint
                 Key: CAMEL-7027
                 URL: https://issues.apache.org/jira/browse/CAMEL-7027
             Project: Camel
          Issue Type: Improvement
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.13.0


We should support to set the expression instance on the Splitter just like this.
{code}
<bean id="zipSplitter" class="org.apache.camel.dataformat.zipfile.ZipSplitter" 
/>

...

<split streaming="true" parallelProcessing="true" expressionRef="zipSplitter">
    
    <convertBodyTo type="java.lang.String" />
    <to uri="file:foo" />
</split>


{code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to