From general-return-7268-apmail-ws-general-archive=ws.apache.org@ws.apache.org Mon Aug 14 04:45:42 2006 Return-Path: Delivered-To: apmail-ws-general-archive@www.apache.org Received: (qmail 43252 invoked from network); 14 Aug 2006 04:45:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Aug 2006 04:45:36 -0000 Received: (qmail 50292 invoked by uid 500); 14 Aug 2006 04:45:30 -0000 Delivered-To: apmail-ws-general-archive@ws.apache.org Received: (qmail 49834 invoked by uid 500); 14 Aug 2006 04:45:29 -0000 Mailing-List: contact general-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: general@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list general@ws.apache.org Received: (qmail 49822 invoked by uid 99); 14 Aug 2006 04:45:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Aug 2006 21:45:29 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Aug 2006 21:45:28 -0700 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id EDA7ED4973 for ; Mon, 14 Aug 2006 05:45:07 +0100 (BST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: general@ws.apache.org Date: Mon, 14 Aug 2006 04:45:07 -0000 Message-ID: <20060814044507.4539.76095@ajax.apache.org> Subject: [Ws Wiki] Update of "FrontPage/Axis2/JAX-WS/JSR-181" by NickGallardo X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification. The following page has been changed by NickGallardo: http://wiki.apache.org/ws/FrontPage/Axis2/JAX-WS/JSR-181 New page: The issue of supporting a JSR-181-based programming model for Axis2 endpoints was first addressed by Rajith under JIRA issue 883 (http://issues.apache.org/jira/browse/AXIS2-883). This provides support for annotating an existing Java bean and deploying it as an Axis2 Web service. The approach used is to read the annotation info from the classes using WSM. For a given annotated Java bean, WSM can create an instance of a [http://svn.apache.org/viewvc/beehive/wsm/trunk/src/core/org/apache/beehive/wsm/model/WsmService.java?view=markup WSMService] class. The data from this WSMService instance is then used to create an AxisService object. With the configured AxisService, the Axis2 engine can then serve requests for that new service. --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@ws.apache.org For additional commands, e-mail: general-help@ws.apache.org