public class WebEndpointAnnot extends Object implements 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, wait
equals, hashCode
public 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 Annotation
public String toString()
toString
in interface Annotation
toString
in class Object
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.