Claus Ibsen created CAMEL-11366:
-----------------------------------

             Summary: Optimise - bean component result - only need to propagate 
headers if really needed
                 Key: CAMEL-11366
                 URL: https://issues.apache.org/jira/browse/CAMEL-11366
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Priority: Minor


In the org.apache.camel.language.bean.BeanExpression.InvokeProcessor we 
propagate headers etc after the invoking the bean.

However as most times the output is just for the message body, then any headers 
etc is not needed to be propagated.

Only if the bean has bean parameter bindings that gives direct access to 
headers for manipulation then we would need to copy over these.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to