Manorrock.com / Online / Wiki Login

WebService

Edit

Javadoc

The @WebService annotation if used to tell the JAXWS runtime to export the given class as a web service.

  @WebService
  public class MyWebService {
  }

MainPage