| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface WebServiceProvider
Used to annotate a Provider implementation class.
Provider| Optional Element Summary | |
|---|---|
|  String | portNamePort name. | 
|  String | serviceNameService name. | 
|  String | targetNamespaceTarget namespace for the service | 
|  String | wsdlLocationLocation of the WSDL description for the service. | 
public abstract String wsdlLocation
public abstract String serviceName
public abstract String targetNamespace
public abstract String portName
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.