Uses of Interface
org.jboss.wsf.common.reflection.AccessibleObjectProcessor

Packages that use AccessibleObjectProcessor
org.jboss.wsf.common.injection.finders   
org.jboss.wsf.common.reflection   
 

Uses of AccessibleObjectProcessor in org.jboss.wsf.common.injection.finders
 

Classes in org.jboss.wsf.common.injection.finders that implement AccessibleObjectProcessor
 class EJBFieldFinder
          Field based EJB injection.
 class EJBMethodFinder
          Setter based EJB injection.
 class InjectionFieldFinder
          Lookups field that matches descriptor specified injection metadata.
 class InjectionMethodFinder
          Lookups method that matches descriptor specified injection metadata.
 class PostConstructMethodFinder
           
 class PreDestroyMethodFinder
           
 class ResourceFieldFinder
          Field based resource injection.
 class ResourceMethodFinder
          Setter based resource injection.
 

Uses of AccessibleObjectProcessor in org.jboss.wsf.common.reflection
 

Classes in org.jboss.wsf.common.reflection that implement AccessibleObjectProcessor
 class AbstractAnnotatedClassProcessor<AO extends AccessibleObject,A extends Annotation>
          All annotation aware class processors should extend this class.
 class AbstractClassProcessor<A extends AccessibleObject>
          All class processors should extend this class.
 class AccessibleObjectProcessorAdapter<T extends AccessibleObject>
          Accessible object processor adapter that does nothing.
 class AnnotatedFieldFinder<A extends Annotation>
          Finder that looks for fields annotated with specified annotation.
 class AnnotatedMethodFinder<A extends Annotation>
          Finder that looks for methods annotated with specified annotation.
 class FieldFinder
          A finder that looks for fields matching the criteria.
 class MethodFinder
          A finder that looks for methods matching the criteria.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.