Hi Haipeng. You can use the following import javax.jws.WebMethod;
… @WebMethod(exclude=true) void someMethodYouWantToExclude() hth charles On Jul 16, 2010, at 12:23 PM, haipeng du wrote: > I have one java service class to handle webservice call. And there are some > methods I do not want to expose. How could I modify service.xml to block > these methods? > Thanks a lot. > > -- > Haipeng Du > Salt Lake City --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
