Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 84156 invoked from network); 26 Jul 2007 08:00:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jul 2007 08:00:26 -0000 Received: (qmail 38342 invoked by uid 500); 26 Jul 2007 08:00:27 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 38278 invoked by uid 500); 26 Jul 2007 08:00:26 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 38259 invoked by uid 99); 26 Jul 2007 08:00:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2007 01:00:26 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of freeman.fang@iona.com designates 12.170.54.180 as permitted sender) Received: from [12.170.54.180] (HELO amer-mx1.iona.com) (12.170.54.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2007 01:00:25 -0700 X-IronPort-AV: E=Sophos;i="4.16,583,1175486400"; d="scan'208";a="3423117" Received: from amer-ems1.ionaglobal.com ([10.65.6.25]) by amer-mx1.iona.com with ESMTP; 26 Jul 2007 04:00:04 -0400 Received: from [10.129.9.200] ([10.129.9.200]) by amer-ems1.IONAGLOBAL.COM with Microsoft SMTPSVC(6.0.3790.1830); Thu, 26 Jul 2007 04:00:02 -0400 Message-ID: <46A85424.2030309@iona.com> Date: Thu, 26 Jul 2007 15:58:28 +0800 From: Freeman Fang User-Agent: Thunderbird 1.5.0.2 (X11/20060524) MIME-Version: 1.0 To: cxf-dev@incubator.apache.org CC: cxf-issues@incubator.apache.org Subject: Re: [jira] Updated: (CXF-803) Configuring interceptors using annotations References: <14097477.1185436531279.JavaMail.jira@brutus> In-Reply-To: <14097477.1185436531279.JavaMail.jira@brutus> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Jul 2007 08:00:03.0172 (UTC) FILETIME=[F8CFC240:01C7CF5A] X-Virus-Checked: Checked by ClamAV on apache.org Hi Jeff, I will take care of this patch. Regards Freeman Jeff Yu (JIRA) wrote: > [ https://issues.apache.org/jira/browse/CXF-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] > > Jeff Yu updated CXF-803: > ------------------------ > > Attachment: cxf-803-2.patch > > In this Patch, I added the @Features annotaion. > > >> Configuring interceptors using annotations >> ------------------------------------------ >> >> Key: CXF-803 >> URL: https://issues.apache.org/jira/browse/CXF-803 >> Project: CXF >> Issue Type: New Feature >> Components: Configuration >> Affects Versions: 2.0 >> Environment: All >> Reporter: Zarar Siddiqi >> Attachments: cxf-803-2.patch, cxf-803.patch >> >> >> It would be helpful to configure interceptors using annotations. CXF would benefit by having annotations similar to XFire's org.codehaus.xfire.annotations.InHandlers and org.codehaus.xfire.annotations.OutHandlers as it would allow specifying specific interceptors for service implementations. >> This issue came up on the mailing list: http://www.nabble.com/Configuring-interceptors-using-annotations-tf4097300.html >> Thanks, >> Zarar >> > >