Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 56516 invoked from network); 10 Oct 2007 18:36:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2007 18:36:25 -0000 Received: (qmail 10931 invoked by uid 500); 10 Oct 2007 18:30:59 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 10862 invoked by uid 500); 10 Oct 2007 18:30:59 -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: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 10838 invoked by uid 99); 10 Oct 2007 18:30:59 -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 11:30:59 -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 18:31:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B3B4571422E for ; Wed, 10 Oct 2007 11:30:50 -0700 (PDT) Message-ID: <6535122.1192041050732.JavaMail.jira@brutus> Date: Wed, 10 Oct 2007 11:30:50 -0700 (PDT) From: "Dustin Amrhein (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-3269) Provide ServiceInstanceFactory mechanism in JAX-WS layer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Provide ServiceInstanceFactory mechanism in JAX-WS layer -------------------------------------------------------- Key: AXIS2-3269 URL: https://issues.apache.org/jira/browse/AXIS2-3269 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: jaxws Affects Versions: nightly Reporter: Dustin Amrhein Fix For: nightly Create an interface called ServiceInstanceFactory whose implementations will be responsible for creating instances of web service endpoints to fulfill a request. Implementations of this interface will be registered in the FactoryRegistry and instead of the EndpointController containing this logic it will simply pull implementations out of the registry. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org