Hi,

The exchange should be the place share object between inMessage and outMessage, do something like
message.getExchange().put(xx, yy)
message.getExchange().get(xx)

Freeman
On 2012-5-10, at 下午4:09, Jerome Revillard wrote:

Hi Dan,

I'm trying to implement the Message solution but I have a problem. In my InInterceptor I use 'message.put(xx, yy)' in order to store an object that I need. The problem is that, in my OutInterceptor, 'message.get(xx)' return
null....

If I try to do it in the HttpServletRequest attributes, it's the same.

Is it normal ? How can I send an object from the InInterceptor to my
OutInterceptor ?

Best,
Jerome

--
View this message in context: 
http://cxf.547215.n5.nabble.com/Interceptors-behaviour-tp5696667p5699469.html
Sent from the cxf-user mailing list archive at Nabble.com.

---------------------------------------------
Freeman Fang

FuseSource
Email:[email protected]
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: http://weibo.com/u/1473905042










Reply via email to