public class WebServiceClientAnnot
extends java.lang.Object
implements javax.xml.ws.WebServiceClient
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<java.lang.annotation.Annotation> |
annotationType() |
static WebServiceClientAnnot |
createFromAnnotation(java.lang.annotation.Annotation annotation)
Create an instance of this annotation using the values from the annotation instance
passed in.
|
static WebServiceClientAnnot |
createFromAnnotation(java.lang.annotation.Annotation baseAnnotation,
java.lang.annotation.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(java.lang.String name,
java.lang.String targetNamespace,
java.lang.String wsdlLocation) |
java.lang.String |
name() |
void |
setName(java.lang.String name) |
void |
setTargetNamespace(java.lang.String targetNamespace) |
void |
setWsdlLocation(java.lang.String wsdlLocation) |
java.lang.String |
targetNamespace() |
java.lang.String |
toString()
Convenience method for unit testing.
|
java.lang.String |
wsdlLocation() |
public static WebServiceClientAnnot createWebServiceClientAnnotImpl()
public static WebServiceClientAnnot createWebServiceClientAnnotImpl(java.lang.String name, java.lang.String targetNamespace, java.lang.String wsdlLocation)
public static WebServiceClientAnnot createFromAnnotation(java.lang.annotation.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(java.lang.annotation.Annotation baseAnnotation, java.lang.annotation.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 java.lang.String name()
public java.lang.String targetNamespace()
public java.lang.String wsdlLocation()
public void setName(java.lang.String name)
name - The name to set.public void setTargetNamespace(java.lang.String targetNamespace)
targetNamespace - The targetNamespace to set.public void setWsdlLocation(java.lang.String wsdlLocation)
wsdlLocation - The wsdlLocation to set.public java.lang.Class<java.lang.annotation.Annotation> annotationType()
annotationType in interface java.lang.annotation.Annotationpublic java.lang.String toString()
toString in interface java.lang.annotation.AnnotationtoString in class java.lang.ObjectCopyright © 2004-2025 The Apache Software Foundation. All Rights Reserved.