camel-cxf should preserve user-* phase interceptors (in PAYLOAD and MESSAGE 
mode)
---------------------------------------------------------------------------------

                 Key: CAMEL-1351
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1351
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-cxf
    Affects Versions: 1.5.0
            Reporter: William Tam
            Assignee: William Tam
             Fix For: 1.6.0, 2.0.0


Camel-cxf should preserve user-* phase interceptors so that users can add their 
own interceptor if they choose to.  One usecase is to be able to use 
LoggingOutInterceptor in MESSAGE mode.   Since LoggingOutInterceptor is 
PRE_STREAM phase by default and it is removed in MESSAGE mode, it would be nice 
to enable LoggingOutInterceptor by just changed it to USER_STREAM phase like:
<bean class="...LoggingOutInterceptor>
    <constructor-arg value="user-stream"/>
</bean>


-- 
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