| JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.ws
Annotation Type WebServiceProvider
@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface WebServiceProvider
Used to annotate a Provider implementation class.
- Since:
- JAX-WS 2.0
- See Also:
Provider
wsdlLocation
public abstract String wsdlLocation
- Location of the WSDL description for the service.
- Default:
- ""
serviceName
public abstract String serviceName
- Service name.
- Default:
- ""
targetNamespace
public abstract String targetNamespace
- Target namespace for the service
- Default:
- ""
portName
public abstract String portName
- Port name.
- Default:
- ""
Copyright 2003 Sun Microsystems, Inc. All rights reserved
|