Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-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 8D6989027 for ; Tue, 6 Mar 2012 08:50:40 +0000 (UTC) Received: (qmail 35097 invoked by uid 500); 6 Mar 2012 08:50:40 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 35054 invoked by uid 500); 6 Mar 2012 08:50:40 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 35044 invoked by uid 99); 6 Mar 2012 08:50:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2012 08:50:40 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2012 08:50:34 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1S4q62-0000LO-Cd for users@camel.apache.org; Tue, 06 Mar 2012 00:50:14 -0800 Date: Tue, 6 Mar 2012 00:50:14 -0800 (PST) From: Jens To: users@camel.apache.org Message-ID: <1331023814353-5540241.post@n5.nabble.com> In-Reply-To: <1330985019828-5539094.post@n5.nabble.com> References: <4D382903.4020004@die-schneider.net> <1330985019828-5539094.post@n5.nabble.com> Subject: RE: CXF endpoint's address dynamically modified? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org ychawla wrote > > Currently, you can use the URI format of: > > cxf://someAddress[?options] > > However, then you have have to manually configure CXF features using the > CXF bus. However, if you could have a URI interface like below, you can > configure your CXF features and interceptors on the bean: > > cxf:myCXFBean?address=${in.headers.addressToSendTo} > Just use cxf:bean:myEp where myEP is a cxfEndpoint. Best, Jens -- View this message in context: http://camel.465427.n5.nabble.com/CXF-endpoint-s-address-dynamically-modified-tp3349431p5540241.html Sent from the Camel - Users mailing list archive at Nabble.com.