Hi, I believe you can get access to the out message from the exchange, like so:
message.getExchange().getOutMessage(); Where the message is your in message. Cheers Jason On Fri, Nov 12, 2010 at 11:29 AM, KARR, DAVID (ATTSI) <[email protected]> wrote: > Just before I make a service call, I have to make an object available to > be read in both the "Out" and "In" versions of an interceptor. I > verified that I can get to it from the "Out" interceptor, but it's not > in the map by the time it gets to the "In" interceptor. I guess this is > somewhat understandable, as I guess it's probably a different Message > object going out than coming in. > > How can I do something like this? >
