Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1E7AD10BF2 for ; Wed, 4 Dec 2013 11:12:21 +0000 (UTC) Received: (qmail 62291 invoked by uid 500); 4 Dec 2013 11:12:13 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 62204 invoked by uid 500); 4 Dec 2013 11:12:07 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 62191 invoked by uid 99); 4 Dec 2013 11:12:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 11:12:05 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of nmugnier@gnubila.fr does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 11:11:59 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VoAMk-00023n-61 for dev@cxf.apache.org; Wed, 04 Dec 2013 03:11:38 -0800 Date: Wed, 4 Dec 2013 03:11:38 -0800 (PST) From: Nicolas Mugnier To: dev@cxf.apache.org Message-ID: <1386155498168-5737348.post@n5.nabble.com> Subject: CXF Interceptors (in/out): intercept SOAP Message without attachment MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello all, I would like to intercept in and out SOAP Messages. However, we have to upload/download files: thus, I would like to intercept these SOAP Messages /without/ the attachment(s) (SOAP Messages with attachment are too big !) I tried to create my own interceptors extending the CXF ones in the different phases (PRE_STREAM, ...), however I didn't find out how to skip the attachment... Hope you could help me, Best regards, Nicolas. -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-Interceptors-in-out-intercept-SOAP-Message-without-attachment-tp5737348.html Sent from the cxf-dev mailing list archive at Nabble.com.