public class WebEndpointAnnot extends Object implements javax.xml.ws.WebEndpoint
| Modifier and Type | Method and Description |
|---|---|
Class<Annotation> |
annotationType() |
static WebEndpointAnnot |
createWebEndpointAnnotImpl() |
static WebEndpointAnnot |
createWebEndpointAnnotImpl(String name) |
String |
name() |
void |
setName(String name) |
String |
toString()
Convenience method for unit testing.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic static WebEndpointAnnot createWebEndpointAnnotImpl()
public static WebEndpointAnnot createWebEndpointAnnotImpl(String name)
public String name()
public void setName(String name)
name - The name to set.public Class<Annotation> annotationType()
annotationType in interface Annotationpublic String toString()
toString in interface AnnotationtoString in class ObjectCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.