public class WebServiceProviderAnnot extends Object implements javax.xml.ws.WebServiceProvider
| Modifier and Type | Method and Description |
|---|---|
Class<Annotation> |
annotationType() |
static WebServiceProviderAnnot |
createFromAnnotation(Annotation annotation) |
static WebServiceProviderAnnot |
createWebServiceAnnotImpl() |
static WebServiceProviderAnnot |
createWebServiceAnnotImpl(String name,
String targetNamespace,
String serviceName,
String wsdlLocation,
String endpointInterface,
String portName) |
String |
portName() |
String |
serviceName() |
void |
setPortName(String portName) |
void |
setServiceName(String serviceName) |
void |
setTargetNamespace(String targetNamespace) |
void |
setWsdlLocation(String wsdlLocation) |
String |
targetNamespace() |
String |
toString()
Convenience method for unit testing.
|
String |
wsdlLocation() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic static WebServiceProviderAnnot createWebServiceAnnotImpl()
public static WebServiceProviderAnnot createWebServiceAnnotImpl(String name, String targetNamespace, String serviceName, String wsdlLocation, String endpointInterface, String portName)
public static WebServiceProviderAnnot createFromAnnotation(Annotation annotation)
public String portName()
public String serviceName()
public String targetNamespace()
public String wsdlLocation()
public void setPortName(String portName)
portName - The portName to set.public void setServiceName(String serviceName)
serviceName - The serviceName to set.public void setTargetNamespace(String targetNamespace)
targetNamespace - The targetNamespace to set.public void setWsdlLocation(String wsdlLocation)
wsdlLocation - The wsdlLocation to set.public Class<Annotation> annotationType()
annotationType in interface Annotationpublic String toString()
toString in interface AnnotationtoString in class ObjectCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.