Class WebEndpointAnnot
- java.lang.Object
- 
- org.apache.axis2.jaxws.description.builder.WebEndpointAnnot
 
- 
- All Implemented Interfaces:
- Annotation
 
 public class WebEndpointAnnot extends Object implements WebEndpoint 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<Annotation>annotationType()static WebEndpointAnnotcreateWebEndpointAnnotImpl()static WebEndpointAnnotcreateWebEndpointAnnotImpl(String name)Stringname()voidsetName(String name)StringtoString()Convenience method for unit testing.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.annotation.Annotationequals, hashCode
 
- 
 
- 
- 
- 
Method Detail- 
createWebEndpointAnnotImplpublic static WebEndpointAnnot createWebEndpointAnnotImpl() 
 - 
createWebEndpointAnnotImplpublic static WebEndpointAnnot createWebEndpointAnnotImpl(String name) 
 - 
namepublic String name() - Returns:
- Returns the name.
 
 - 
setNamepublic void setName(String name) - Parameters:
- name- The name to set.
 
 - 
annotationTypepublic Class<Annotation> annotationType() - Specified by:
- annotationTypein interface- Annotation
 
 - 
toStringpublic String toString() Convenience method for unit testing. We will print all of the data members here.- Specified by:
- toStringin interface- Annotation
- Overrides:
- toStringin class- Object
 
 
- 
 
-