24.3.4.3. 使用 @WSDL 文档

@WebService
@WSDLDocumentation("A very simple example of an SEI")
public interface HelloWorld {
    @WSDLDocumentation("A traditional form of greeting")
    String sayHi(@WebParam(name = "text") String text);
}

第 24.3.4.4 节 “使用文档生成的 WSDL” 中显示的 WSDL(在 第 24.3.4.3 节 “使用 @WSDL 文档” 中)生成时,文档 元素的默认位置分别是 PORT_TYPEPORT_TYPE_OPERATION