org.apache.geronimo.jaxws.annotations
Class ResourceAnnotationHandler

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

public abstract class ResourceAnnotationHandler
extends InjectingAnnotationHandler


Constructor Summary
ResourceAnnotationHandler()
           
 
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

ResourceAnnotationHandler

public ResourceAnnotationHandler()
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.