Uses of Class
org.apache.geronimo.jaxws.annotations.InjectionException

Packages that use InjectionException
org.apache.geronimo.jaxws.annotations   
 

Uses of InjectionException in org.apache.geronimo.jaxws.annotations
 

Methods in org.apache.geronimo.jaxws.annotations that throw InjectionException
abstract  Object InjectingAnnotationHandler.getAnnotationValue(Annotation annotation, String name, Class<?> type)
           
protected  void InjectingAnnotationHandler.injectField(Object instance, Field field, Annotation annotation, String name, Class<?> type)
           
protected  void InjectingAnnotationHandler.injectMethod(Object instance, Method method, Annotation annotation, String name, Class<?> type)
           
 void WebServiceRefAnnotationHandler.processFieldAnnotation(Object instance, Field field, Annotation annotation)
           
 void ResourceAnnotationHandler.processFieldAnnotation(Object instance, Field field, Annotation annotation)
           
 void EJBAnnotationHandler.processFieldAnnotation(Object instance, Field field, Annotation annotation)
           
 void WebServiceRefAnnotationHandler.processMethodAnnotation(Object instance, Method method, Annotation annotation)
           
 void ResourceAnnotationHandler.processMethodAnnotation(Object instance, Method method, Annotation annotation)
           
 void EJBAnnotationHandler.processMethodAnnotation(Object instance, Method method, Annotation annotation)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.