Hi assuming you're using JAX-RS and JAXB generates the outbound XML message then there few options you might want to consider : - configure JAXBElementProvider to transform the output message - use XSLTJaxbProvider - use a custom XMLStreamWriter
see here for more info : http://cxf.apache.org/docs/jax-rs.html#JAX-RS-CustomizingJAXBXMLandJSONinputandoutput what do you need to change in the outbound message ? cheers, Sergey On Thu, Mar 11, 2010 at 7:03 PM, satishnan <[email protected]>wrote: > > I am working on Resful CXF. > > I need to write an interceptor to extract the outgoing message and modify > the message body. > > Can somebody provide me the sample? > > Thanks, > Satish > -- > View this message in context: > http://old.nabble.com/need-quick-help-tp27868285p27868285.html > Sent from the cxf-user mailing list archive at Nabble.com. > >
