public class WebServiceProviderAnnot extends Object implements 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, wait
equals, hashCode
public 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 Annotation
public String toString()
toString
in interface Annotation
toString
in class Object
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.