Balaji, There is the Header object (org.apache.cxf.headers package in API) that was added to start going down that route. It's currently just used for out of band headers, but ideally, the header in/out interceptors would work with those (copy/move the objects to/from the parameter list to the header list) and the SOAP binding would just need to deal with the header list. That second part hasn't really been started yet though.
Dan On Tuesday 18 December 2007, Balaji Ravi wrote: > Hi, > > I need to populate a custom header regardless of the underlying > transport. How do i do it without having to cater of every transport? > > I don't see anything in the message/exchange which will hold on to all > the headers. AFAIK, I would need to get headers specific to the > transport & populate them. > > Is this correct? If so, are there any plans to support this case? > > Thanks > > Balaji -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog
