@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface WebServiceProvider
Provider| Modifier and Type | Optional Element and Description | 
|---|---|
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
Copyright © 2017 JBoss by Red Hat. All rights reserved.