Manorrock.com / Online / Wiki Login

WebMethod

Edit

Javadoc

The @WebMethod annotation if used to signify this method should be made available as a web service method.

  @Webmethod
  public void youCanSeeMeInTheWSDLAndInvokeMe() {
  }

MainPage