I Have a web service implementation class in java and I use wsgen to generate the service end point classes. There is a public method in my SEI that I want to exclude from the web-service interface. It seems that the annotation
@WebMethod (exclude=true)
is meant to do that but it does not seem to work with the wsgen ant task.