Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 89010 invoked from network); 1 Feb 2010 11:33:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 11:33:06 -0000 Received: (qmail 54972 invoked by uid 500); 1 Feb 2010 11:33:06 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 54914 invoked by uid 500); 1 Feb 2010 11:33: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 54904 invoked by uid 99); 1 Feb 2010 11:33:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 11:33:05 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [98.136.44.34] (HELO n72.bullet.mail.sp1.yahoo.com) (98.136.44.34) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 01 Feb 2010 11:32:56 +0000 Received: from [216.252.122.219] by n72.bullet.mail.sp1.yahoo.com with NNFMP; 01 Feb 2010 11:32:35 -0000 Received: from [68.142.237.88] by t4.bullet.sp1.yahoo.com with NNFMP; 01 Feb 2010 11:32:35 -0000 Received: from [66.196.97.135] by t4.bullet.re3.yahoo.com with NNFMP; 01 Feb 2010 11:32:35 -0000 Received: from [127.0.0.1] by omp108.mail.re3.yahoo.com with NNFMP; 01 Feb 2010 11:32:35 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 566463.63935.bm@omp108.mail.re3.yahoo.com Received: (qmail 86892 invoked by uid 60001); 1 Feb 2010 09:29:22 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1265016562; bh=uDZG6ScLPjDB9dc5EMbZE3g14j+9koQz/smYaDDsbao=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=tiBA8qd4ixhoNjb6j+Ys1YX+B1P2qpD5dMTToOko8KTKPF7fx+Ve5Rtvj91pyj13NsaT67mPgeOXUDIEdEjtED/6sne7iGePUQH13i3eNEsI03LN0rJ28d+Z2VqPB3OMrTerP8kz9pnO5yoSzCam8t/iaqvrRf+V9uDhYGvab8s= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=D+vDM+M0JFaRcmS7w2U6x4c+61jX9uoIK5jMvbw1WSqOb1maDAHeFb326BxknMYkhs6U10f8vR54T9Eq2U+Vi1pqjlYoqLVkwF/sq7an5auXVVce6WUXgPjBRAFb++B6NIq/CuTr8InPXLED4QRtr1fglGDEhEcJPUj3xY6mvrc=; Message-ID: <713436.86749.qm@web57415.mail.re1.yahoo.com> X-YMail-OSG: d5vbIbgVM1l5rBF_yAyxdrruUxKT4mfvzo_dFXjo_SqSlqEiADSyuBuNTwUG0DlBp8F87dfAFYQXKa6WDbuQnFxcKzVAB4bJrcdKyzaW7HS0nS6s_hZ5_wVCweNq5ePqeMdhbR8gkRxEr55TV5mf1U4Bgwvr5jVBn6oJPhDbPeUfO2usYAfk8ugVNdwKXO4pgHWQMHnWcMeDO5nY86s_rSpKpcIi7N3j4SOYPAc- Received: from [98.176.179.70] by web57415.mail.re1.yahoo.com via HTTP; Mon, 01 Feb 2010 01:29:22 PST X-Mailer: YahooMailRC/272.7 YahooMailWebService/0.8.100.260964 Date: Mon, 1 Feb 2010 01:29:22 -0800 (PST) From: Coder One Subject: TransportFactory getConduit() / getDestination To: users@cxf.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Regarding getConduit() / getDestination in TransportFactory, does CXF cache= the endpoint instances?=A0 =0A=A0=0AThat is, will CXF call getConduit for = each client call?=A0 For getDestination, I figure it is done only once at s= erver start?=0A=A0=0AAre the Conduit/Destination meant to be re-entrant?=0A= =A0=0A"Latest" Javadocs seem quiet on the issue.=0A=A0=0AThanks....=0A=0A= =0A