If you search this blog entry for "MAX_VALUE":
http://www.jroller.com/gmazza/entry/jaxwshandlers_to_cxfinterceptors,
you can see how parameters can be read and written during the SOAP
request & response exchange.
HTH,
Glen
On 02/03/2012 10:02 AM, chimaira wrote:
Hello
Sorry for my english, I'll try to be as clear as I can
with CXF integrated in my application , I m extending the
AbstractPhaseInterceptor class so I can save my Request/Response into an
output file.
but, while my response xml contains no request information (like a customer
ID's for ex) I can't find the corresponding incoming request. I want to
know from wich request does the response come.
In the CXF logginInterceptor ,I notea this line :
String id = (String) message.getExchange().get(LoggingMessage.ID_KEY);
Then I expend message.getExchange() methods
I find this one: getSession(). Is this what I need Or I m totally wrong ?
and how can use it ?
btw : how can I stor/get data into a session like a unique transation ID ?
Thank for your help
--
View this message in context:
http://cxf.547215.n5.nabble.com/How-to-Stor-Get-data-in-CXF-Session-tp5454096p5454096.html
Sent from the cxf-user mailing list archive at Nabble.com.
--
Glen Mazza
Talend Community Coders - coders.talend.com
blog: www.jroller.com/gmazza