org.apache.geronimo.jaxws.annotations
Interface AnnotationHandler
- All Known Implementing Classes:
- EJBAnnotationHandler, InjectingAnnotationHandler, ResourceAnnotationHandler, WebServiceRefAnnotationHandler
public interface AnnotationHandler
getAnnotationType
Class<? extends Annotation> getAnnotationType()
processFieldAnnotation
void processFieldAnnotation(Object instance,
Field field,
Annotation annotation)
throws AnnotationException
- Throws:
AnnotationException
processMethodAnnotation
void processMethodAnnotation(Object instance,
Method method,
Annotation annotation)
throws AnnotationException
- Throws:
AnnotationException
processClassAnnotation
void processClassAnnotation(Object instance,
Class clazz,
Annotation annotation)
throws AnnotationException
- Throws:
AnnotationException
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.