i need get the request body content in the response message.
my application like
from("direct://test").process(new ProcessA()).to("cxf://remote").process(new
ProcessB())
ProcessA set exchange.getOut().setBody() at last, example
exchange.getOut().setBody(mapObj)
but in ProcessB need get the ProcessA's mapObj, i look the exchange object
in ProcessB's process method,
can't get the mapObj in exchange.in or exchange.out
--
View this message in context:
http://camel.465427.n5.nabble.com/how-to-get-response-on-synchronous-in-cxf-module-tp4733514p4736682.html
Sent from the Camel - Users mailing list archive at Nabble.com.