public class WebServiceAnnot extends Object implements WebService
Modifier and Type | Method and Description |
---|---|
Class<Annotation> |
annotationType() |
static WebServiceAnnot |
createFromAnnotation(Annotation annotation) |
static WebServiceAnnot |
createWebServiceAnnotImpl() |
static WebServiceAnnot |
createWebServiceAnnotImpl(String name,
String targetNamespace,
String serviceName,
String wsdlLocation,
String endpointInterface,
String portName) |
String |
endpointInterface() |
String |
name() |
String |
portName() |
String |
serviceName() |
void |
setEndpointInterface(String endpointInterface) |
void |
setName(String name) |
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 WebServiceAnnot createWebServiceAnnotImpl()
public static WebServiceAnnot createWebServiceAnnotImpl(String name, String targetNamespace, String serviceName, String wsdlLocation, String endpointInterface, String portName)
public static WebServiceAnnot createFromAnnotation(Annotation annotation)
public String name()
public String targetNamespace()
public String serviceName()
public String wsdlLocation()
public String endpointInterface()
public String portName()
public Class<Annotation> annotationType()
annotationType
in interface Annotation
public void setEndpointInterface(String endpointInterface)
endpointInterface
- The endpointInterface to set.public void setName(String name)
name
- The name to set.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 String toString()
toString
in interface Annotation
toString
in class Object
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.