The message object holds onto the exchange which holds onto both the in and out messages. Thus, on the in chain, you can do msg.getExchange().getInMessage().get(...);
Alternatively, the Exchange also implements Map. Thus, store it on the Exchange itself. Dan On Thu November 19 2009 9:11:10 am Ernst Oberortner wrote: > dear all! > > i have a question regarding the data of the message which is transfered > from the client to the service... > > example: > i have an interceptor in the client out-chain (doesn't matter yet in > which phase) which puts some data into the message > (by using the Message.put method)... now i want to read the data in the > in-chain of the service host... > > i haven't discovered yet any possibility how to implement this... > > so please... can anybody help me by giving hints, examples, or links? > > many thanks in advance! > > best regards, > ernst > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
