org.apache.geronimo.jaxws.annotations
Class ResourceAnnotationHandler
java.lang.Object
  
org.apache.geronimo.jaxws.annotations.InjectingAnnotationHandler
      
org.apache.geronimo.jaxws.annotations.ResourceAnnotationHandler
- All Implemented Interfaces: 
 - AnnotationHandler
 
public abstract class ResourceAnnotationHandler
- extends InjectingAnnotationHandler
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ResourceAnnotationHandler
public ResourceAnnotationHandler()
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.