org.apache.geronimo.jaxws.annotations
Class EJBAnnotationHandler

java.lang.Object
  extended by org.apache.geronimo.jaxws.annotations.InjectingAnnotationHandler
      extended by org.apache.geronimo.jaxws.annotations.EJBAnnotationHandler
All Implemented Interfaces:
AnnotationHandler

public abstract class EJBAnnotationHandler
extends InjectingAnnotationHandler


Constructor Summary
EJBAnnotationHandler()
           
 
Method Summary
 Class<? extends Annotation> getAnnotationType()
           
 void processFieldAnnotation(Object instance, Field field, Annotation annotation)
           
 void processMethodAnnotation(Object instance, Method method, Annotation annotation)
           
 
Methods inherited from class org.apache.geronimo.jaxws.annotations.InjectingAnnotationHandler
getAnnotationValue, getJNDIName, getJNDIName, getType, getType, injectField, injectMethod, processClassAnnotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBAnnotationHandler

public EJBAnnotationHandler()
Method Detail

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-2008 The Apache Geronimo development community. All Rights Reserved.