|
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 |
portName
Port name. |
String |
serviceName
Service name. |
String |
targetNamespace
Target namespace for the service |
String |
wsdlLocation
Location 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 © 1993, 2010, Oracle and/or its affiliates. All rights reserved.