Home   Up About   Documents   Products  

Web Service @WebResult

Javadoc

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

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

Copyright © 2003-2009 Manorrock. All Rights Reserved.