Home   Up About   Documents   Products  

Web Service @WebService

Javadoc

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

  @WebService
  public class MyWebService {
  }

Copyright © 2003-2009 Manorrock. All Rights Reserved.