Javadoc
The @WebMethod annotation if used to signify this method should be made available as a web service method.
@Webmethod public void youCanSeeMeInTheWSDLAndInvokeMe() { }
MainPage