Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 10238 invoked from network); 10 Oct 2007 20:24:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2007 20:24:41 -0000 Received: (qmail 34082 invoked by uid 500); 10 Oct 2007 20:24:29 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 34065 invoked by uid 500); 10 Oct 2007 20:24:29 -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 34056 invoked by uid 99); 10 Oct 2007 20:24:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2007 13:24:29 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2007 20:24:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C8DB771422E for ; Wed, 10 Oct 2007 13:23:50 -0700 (PDT) Message-ID: <22186823.1192047830820.JavaMail.jira@brutus> Date: Wed, 10 Oct 2007 13:23:50 -0700 (PDT) From: "Daniel Kulp (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Assigned: (CXF-1099) if finalizeConfig in org.apache.cxf.transport.http.HTTPConduit could be protected or public In-Reply-To: <12110361.1192033790589.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-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp reassigned CXF-1099: -------------------------------- Assignee: Daniel Kulp I just changed the method to just "protected" so subclasses can have access to it. Is that enough or are other changes needed? > if finalizeConfig in org.apache.cxf.transport.http.HTTPConduit could be protected or public > ------------------------------------------------------------------------------------------- > > Key: CXF-1099 > URL: https://issues.apache.org/jira/browse/CXF-1099 > Project: CXF > Issue Type: Improvement > Components: Transports > Affects Versions: 2.1 > Environment: CXF 20071002 snapshot > Reporter: Gyorgy Orban > Assignee: Daniel Kulp > > finalizeConfig is package private now. It is called from AbstractHTTPTransportFactory.getConduit() after HTTPConduit is initialized. We would like to extend AbstractHTTPTransportFactory and HTTPConduit. Since the initialization process of HTTPConduit involves the calling of finalizeConfig() we either need to put our extension in the same package as HTTPConduit or practically reimplement the whole HTTPConduit class. None of these are very elegant, so it would be really cool if we could do this in a decent way. Of course, if you think we shouldn't extend these classes at all, or extend in a different way, please let us know. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.