Home   Up About   Documents   Products  

Web Service @WebParam

Javadoc

The @WebParam annotation can be used to annotate the parameters of a web method.

  @WebMethod
  public void thisMethodHasAWebParam(@WebParam(name="param1") String arg1) {
  }

Copyright © 2003-2009 Manorrock. All Rights Reserved.