From your interceptor, if you do a message.getExchange(), you can use that exchange to store/retrieve anything that needs to be retained across in/out.
Dan On Nov 13, 2013, at 10:32 AM, Ted Roeloffzen <[email protected]> wrote: > Hi All, > > I have a question concerning soapheaders. > For a project I'm working on I need to add some interceptors to my service. > First I have to make an InInterceptor that checks some values that are in > the SoapHeader. > Then I have to make an OutInterceptor that adds some values to the > SoapHeader. > > Here's where I need your help. There are values that are read by the > InInterceptor that have to written back into the SoapHeader by the > OutInterceptor. > > Is there an easy, perfect, neat way to retain these values so that I can > write them back? > > kind regards, > > Ted -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
