Manorrock.com / Online / Wiki Login

WebResult

Edit

Javadoc

The @WebResult annotation can be used to annotate the result of a web method.

  @WebMethod
  public @WebResult(name="result") String thisMethodHasAWebResult(String arg1) {
  }

MainPage