You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Kiren Pillay <ki...@gmail.com> on 2014/12/08 11:43:55 UTC

MessageContext from Exchange

Hi

How do I get the MessageContext from the Exchange?

Regards
Kiren

Re: MessageContext from Exchange

Posted by Sergey Beryozkin <sb...@gmail.com>.
Hi
On 08/12/14 10:43, Kiren Pillay wrote:
> Hi
>
> How do I get the MessageContext from the Exchange?
>
All of the context info is available on the in or out exchange message, 
but if you prefer you can do

new MessageContextImpl(exchange.getInMessage())

Cheers, Sergey
> Regards
> Kiren
>