|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.jaxws.description.builder.WebServiceClientAnnot
public class WebServiceClientAnnot
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |