public class WebServiceClientAnnot extends Object implements javax.xml.ws.WebServiceClient
| Modifier and Type | Method and Description |
|---|---|
Class<Annotation> |
annotationType() |
static WebServiceClientAnnot |
createFromAnnotation(Annotation annotation)
Create an instance of this annotation using the values from the annotation instance
passed in.
|
static WebServiceClientAnnot |
createFromAnnotation(Annotation baseAnnotation,
Annotation sparseAnnotation)
Create a new instance of this annotation using the values from the two annotations passed
in as arguments.
|
static WebServiceClientAnnot |
createWebServiceClientAnnotImpl() |
static WebServiceClientAnnot |
createWebServiceClientAnnotImpl(String name,
String targetNamespace,
String wsdlLocation) |
String |
name() |
void |
setName(String name) |
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 WebServiceClientAnnot createWebServiceClientAnnotImpl()
public static WebServiceClientAnnot createWebServiceClientAnnotImpl(String name, String targetNamespace, String wsdlLocation)
public static WebServiceClientAnnot createFromAnnotation(Annotation annotation)
annotation - Use the values to create a new instance of annotation. Note this could
be an instance of the java annotation superclass as well.public static WebServiceClientAnnot createFromAnnotation(Annotation baseAnnotation, Annotation sparseAnnotation)
baseAnnotation - Initial values to be used in creating the annotation. May be null.sparseAnnotation - Non-empty values (not null and not "") will override values in
the base annotation.public String name()
public String targetNamespace()
public String wsdlLocation()
public void setName(String name)
name - The name 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.