org.apache.geronimo.jaxws.annotations
Class EJBAnnotationHandler
java.lang.Object
org.apache.geronimo.jaxws.annotations.InjectingAnnotationHandler
org.apache.geronimo.jaxws.annotations.EJBAnnotationHandler
- All Implemented Interfaces:
- AnnotationHandler
public abstract class EJBAnnotationHandler
- extends InjectingAnnotationHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBAnnotationHandler
public EJBAnnotationHandler()
getAnnotationType
public Class<? extends Annotation> getAnnotationType()
processFieldAnnotation
public void processFieldAnnotation(Object instance,
Field field,
Annotation annotation)
throws InjectionException
- Throws:
InjectionException
processMethodAnnotation
public void processMethodAnnotation(Object instance,
Method method,
Annotation annotation)
throws InjectionException
- Throws:
InjectionException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.