|
Java EE 5 SDK | ||||||||
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 EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.