public class HandlerChainAnnot extends Object implements javax.jws.HandlerChain
| Modifier and Type | Method and Description |
|---|---|
Class<Annotation> |
annotationType() |
static HandlerChainAnnot |
createFromAnnotation(Annotation annotation) |
static HandlerChainAnnot |
createHandlerChainAnnotImpl() |
String |
file() |
String |
name() |
void |
setFile(String file) |
void |
setName(String name) |
String |
toString()
Convenience method for unit testing.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic static HandlerChainAnnot createHandlerChainAnnotImpl()
public static HandlerChainAnnot createFromAnnotation(Annotation annotation)
public String file()
public String name()
public void setFile(String file)
file - The file to set.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–2018 The Apache Software Foundation. All rights reserved.