[ 
https://issues.apache.org/activemq/browse/CAMEL-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

William Tam resolved CAMEL-1351.
--------------------------------

    Resolution: Fixed

> 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
>            Priority: Minor
>             Fix For: 2.0.0, 1.6.1
>
>
> 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="write"/>
> </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