FileDocCategorySizeDatePackage
WebServiceClient.javaAPI DocJava SE 6 API1148Tue Jun 10 00:27:16 BST 2008javax.xml.ws

WebServiceClient

public class WebServiceClient
Used to annotate a generated service interface.

The information specified in this annotation is sufficient to uniquely identify a wsdl:service element inside a WSDL document. This wsdl:service element represents the Web service for which the generated service interface provides a client view.

since
JAX-WS 2.0

Fields Summary
Constructors Summary
Methods Summary
java.lang.Stringname()
The local name of the Web service.

java.lang.StringtargetNamespace()
The namespace for the Web service.

java.lang.StringwsdlLocation()
The location of the WSDL document for the service (a URL).