Freeman,

Thanks for this -- I am now able to add a property to the NormalizedMessage
in my cxf-bc interceptor.

On the cxf-se side, which phase should I use to get the NormalizedMessage? I
tried RECEIVE and PRE_INVOKE, but message.getContent(MessageExchange.class)
returns null in both phases.

Thanks again,

--

Roy


Freeman Fang wrote:
> 
> Roy,
> Change your phase to PRE_INVOKE, and use code like
> MessageExchange exchange = message
>                     .getContent(MessageExchange.class);
> //use exchange here to get NormalizedMessage
> Freeman
> 
-- 
View this message in context: 
http://www.nabble.com/Can-cxf-bc-and-cxf-se-interceptors-share-context--tp22993688p23045854.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to