@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface WebServiceClient
在这个注释中指定的信息足以唯一标识在WSDL文档wsdl:service
元。这wsdl:service
元表示Web服务所产生的服务接口提供了一个客户端视图。
Modifier and Type | Optional Element and Description |
---|---|
String |
name
网络服务的本地名称。
|
String |
targetNamespace
用于Web服务的命名空间。
|
String |
wsdlLocation
该服务的WSDL文档的位置(URL)。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.