Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 76216 invoked from network); 12 Jan 2009 03:21:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jan 2009 03:21:20 -0000 Received: (qmail 53437 invoked by uid 500); 12 Jan 2009 03:21:20 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 53424 invoked by uid 500); 12 Jan 2009 03:21:20 -0000 Mailing-List: contact issues-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 issues@cxf.apache.org Received: (qmail 53413 invoked by uid 99); 12 Jan 2009 03:21:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jan 2009 19:21:20 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 03:21:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 815D1234C485 for ; Sun, 11 Jan 2009 19:20:59 -0800 (PST) Message-ID: <736310137.1231730459514.JavaMail.jira@brutus> Date: Sun, 11 Jan 2009 19:20:59 -0800 (PST) From: "Willem Jiang (JIRA)" To: issues@cxf.apache.org Subject: [jira] Issue Comment Edited: (CXF-1968) Add API in Client interface to allow passing Exchange in the invoke method In-Reply-To: <823169345.1231641479616.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662863#action_12662863 ] njiang edited comment on CXF-1968 at 1/11/09 7:19 PM: ------------------------------------------------------------ Applied this patch into trunk http://svn.apache.org/viewvc?rev=733582&view=rev 2.1.x http://svn.apache.org/viewvc?rev=733587&view=rev 2.0.x http://svn.apache.org/viewvc?rev=733591&view=rev With thanks to William was (Author: njiang): Applied this patch into trunk http://svn.apache.org/viewvc?rev=733582&view=rev 2.1.x http://svn.apache.org/viewvc?rev=733587&view=rev 2.0.x http://svn.apache.org/viewvc?rev=733591&view=rev > Add API in Client interface to allow passing Exchange in the invoke method > -------------------------------------------------------------------------- > > Key: CXF-1968 > URL: https://issues.apache.org/jira/browse/CXF-1968 > Project: CXF > Issue Type: Improvement > Components: Core > Reporter: William Tam > Assignee: Willem Jiang > Priority: Minor > Fix For: 2.0.10, 2.1.4, 2.2 > > Attachments: CXF-1968.patch > > > It would be nice to be able to pass an exchange to the Client.invoke method. For example, Apache Camel's camel-cxf component can reuse the method. The ClientImpl class already has a public method for it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.