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

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

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

Classes in org.jboss.wsf.common.injection.finders that implement ClassProcessor
 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 ClassProcessor in org.jboss.wsf.common.reflection
 

Classes in org.jboss.wsf.common.reflection that implement ClassProcessor
 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 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.