Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B08319C4A for ; Fri, 3 Feb 2012 17:42:07 +0000 (UTC) Received: (qmail 21351 invoked by uid 500); 3 Feb 2012 17:42:07 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 21257 invoked by uid 500); 3 Feb 2012 17:42:06 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 21249 invoked by uid 99); 3 Feb 2012 17:42:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2012 17:42:06 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.95.72.244] (HELO mxout.myoutlookonline.com) (64.95.72.244) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2012 17:41:59 +0000 Received: from mxout.myoutlookonline.com (localhost [127.0.0.1]) by mxout.myoutlookonline.com (Postfix) with ESMTP id CDA3C8BE535 for ; Fri, 3 Feb 2012 12:41:38 -0500 (EST) X-Virus-Scanned: by SpamTitan at mail.lan Received: from S10HUB002.SH10.lan (unknown [10.110.2.1]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mxout.myoutlookonline.com (Postfix) with ESMTPS id 51AC78BE24E for ; Fri, 3 Feb 2012 12:41:38 -0500 (EST) Received: from S10HUBR001.SH10.lan (10.110.133.100) by S10HUB002.SH10.lan (10.110.133.12) with Microsoft SMTP Server (TLS) id 14.1.289.1; Fri, 3 Feb 2012 12:41:37 -0500 Received: from [192.168.1.44] (74.96.56.31) by mail10.myoutlookonline.com (10.110.133.100) with Microsoft SMTP Server id 14.1.289.1; Fri, 3 Feb 2012 12:41:37 -0500 Message-ID: <4F2C1C51.9010608@talend.com> Date: Fri, 3 Feb 2012 12:41:37 -0500 From: Glen Mazza User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0 MIME-Version: 1.0 To: Subject: Re: How to Stor/Get data in CXF Session . References: <1328281338545-5454096.post@n5.nabble.com> In-Reply-To: <1328281338545-5454096.post@n5.nabble.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [74.96.56.31] X-Virus-Checked: Checked by ClamAV on apache.org 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