Home   Up About   Documents   Products  

Web Service @WebMethod

Javadoc

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

  @Webmethod
  public void youCanSeeMeInTheWSDLAndInvokeMe() {
  }

Copyright © 2003-2009 Manorrock. All Rights Reserved.