public class WebEndpointAnnot
extends java.lang.Object
implements javax.xml.ws.WebEndpoint
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<java.lang.annotation.Annotation> |
annotationType() |
static WebEndpointAnnot |
createWebEndpointAnnotImpl() |
static WebEndpointAnnot |
createWebEndpointAnnotImpl(java.lang.String name) |
java.lang.String |
name() |
void |
setName(java.lang.String name) |
java.lang.String |
toString()
Convenience method for unit testing.
|
public static WebEndpointAnnot createWebEndpointAnnotImpl()
public static WebEndpointAnnot createWebEndpointAnnotImpl(java.lang.String name)
public java.lang.String name()
public void setName(java.lang.String name)
name - The name 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-2015 The Apache Software Foundation. All Rights Reserved.