Return-Path: X-Original-To: apmail-axis-java-user-archive@www.apache.org Delivered-To: apmail-axis-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE24094AC for ; Fri, 2 Dec 2011 13:49:03 +0000 (UTC) Received: (qmail 49862 invoked by uid 500); 2 Dec 2011 13:49:02 -0000 Delivered-To: apmail-axis-java-user-archive@axis.apache.org Received: (qmail 49754 invoked by uid 500); 2 Dec 2011 13:49:02 -0000 Mailing-List: contact java-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@axis.apache.org Delivered-To: mailing list java-user@axis.apache.org Received: (qmail 49746 invoked by uid 99); 2 Dec 2011 13:49:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2011 13:49:02 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cgalpin@lhsw.com designates 74.204.161.67 as permitted sender) Received: from [74.204.161.67] (HELO mail.tkmsoftware.net) (74.204.161.67) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2011 13:48:54 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.tkmsoftware.net (Postfix) with ESMTP id CF299325A4C; Fri, 2 Dec 2011 08:48:28 -0500 (EST) Received: from mail.tkmsoftware.net ([127.0.0.1]) by localhost (mail.tkmsoftware.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Upoly2dZDluy; Fri, 2 Dec 2011 08:48:24 -0500 (EST) Received: from duo.lan.lhsw.com (pool-71-163-34-14.washdc.fios.verizon.net [71.163.34.14]) by mail.tkmsoftware.net (Postfix) with ESMTP id 150FF325A41; Fri, 2 Dec 2011 08:48:24 -0500 (EST) Subject: Re: Reg: Controlling methods exposed in the Webservice class Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: Charles Galpin In-Reply-To: <32901655.post@talk.nabble.com> Date: Fri, 2 Dec 2011 08:48:27 -0500 Cc: axis-user@ws.apache.org Content-Transfer-Encoding: 7bit Message-Id: <9CA4A984-2032-40CD-AE21-A0E87ECC0C07@lhsw.com> References: <4EAF81B4.9070001@etouch.net> <32901655.post@talk.nabble.com> To: java-user@axis.apache.org X-Mailer: Apple Mail (2.1251.1) You can also use the annotation @WebMethod(exclude=true) hth charles On Dec 2, 2011, at 6:27 AM, vinsarwate wrote: > > I think service.xml supports following > > > your method name here > > > Thanks. > > > Abhijeet C Kale wrote: >> >> Hi, >> >> Is there anyway to control the methods to be exposed in the web service >> class? I did not look much in the documentation for any support for >> annotations. >> >> Here is an eg, to elaborate on this. >> Class A is added to the service.xml as a parameter "ServiceClass". Class >> has methodA and method B implementation. >> The idea is to only expose methodA and not methodB. Is there any >> annotation support which can help doing this? --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org For additional commands, e-mail: java-user-help@axis.apache.org