public class HandlerChainAnnot
extends java.lang.Object
implements javax.jws.HandlerChain
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<java.lang.annotation.Annotation> |
annotationType() |
static HandlerChainAnnot |
createFromAnnotation(java.lang.annotation.Annotation annotation) |
static HandlerChainAnnot |
createHandlerChainAnnotImpl() |
java.lang.String |
file() |
java.lang.String |
name() |
void |
setFile(java.lang.String file) |
void |
setName(java.lang.String name) |
java.lang.String |
toString()
Convenience method for unit testing.
|
public static HandlerChainAnnot createHandlerChainAnnotImpl()
public static HandlerChainAnnot createFromAnnotation(java.lang.annotation.Annotation annotation)
public java.lang.String file()
public java.lang.String name()
public void setFile(java.lang.String file)
file - The file to set.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.