-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface WebServiceProviderUsed to annotate a Provider implementation class.- Since:
- 1.6, JAX-WS 2.0
- See Also:
Provider
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringportNamePort name.java.lang.StringserviceNameService name.java.lang.StringtargetNamespaceTarget namespace for the servicejava.lang.StringwsdlLocationLocation of the WSDL description for the service.
-