Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 16528 invoked from network); 11 Aug 2004 14:42:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Aug 2004 14:42:56 -0000 Received: (qmail 45037 invoked by uid 500); 11 Aug 2004 14:42:50 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 45000 invoked by uid 500); 11 Aug 2004 14:42:49 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 44982 invoked by uid 99); 11 Aug 2004 14:42:49 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 11 Aug 2004 07:42:46 -0700 Received: (qmail 7800 invoked from network); 11 Aug 2004 14:44:19 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 11 Aug 2004 14:44:19 -0000 Message-ID: <1895695631.1092235459787.JavaMail.apache@nagoya> Date: Wed, 11 Aug 2004 07:44:19 -0700 (PDT) From: axis-dev@ws.apache.org To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS-1505) all write* methods in WSDL2Java *Writers should be protected, not private so that subclasses can call or override them Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/AXIS-1505 Here is an overview of the issue: --------------------------------------------------------------------- Key: AXIS-1505 Summary: all write* methods in WSDL2Java *Writers should be protected, not private so that subclasses can call or override them Type: Improvement Status: Unassigned Priority: Major Project: Axis Components: WSDL processing Versions: current (nightly) Assignee: Reporter: Ian P. Springer Created: Wed, 11 Aug 2004 7:44 AM Updated: Wed, 11 Aug 2004 7:44 AM Environment: n/a Description: There are a number of write* methods in JavaStubWriter, JavaSkelWriter, etc. that are private. These should be protected to make the classes more easily extensible. My team is subclassing a number of these classes, and we currently end up cutting and pasting many of these private methods verbatim into the subclasses, which is less than desirable. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira