|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.wsf.common.reflection.AccessibleObjectProcessorAdapter<A>
org.jboss.wsf.common.reflection.AbstractClassProcessor<AO>
org.jboss.wsf.common.reflection.AbstractAnnotatedClassProcessor<java.lang.reflect.Method,A>
org.jboss.wsf.common.reflection.AnnotatedMethodFinder<A>
public class AnnotatedMethodFinder<A extends java.lang.annotation.Annotation>
Finder that looks for methods annotated with specified annotation. The matching methods and collection of matching methods can be validated in subclasses.
Constructor Summary | |
---|---|
AnnotatedMethodFinder(java.lang.Class<A> annotationClass)
Constructor. |
Method Summary | |
---|---|
java.lang.reflect.Method[] |
getAccessibleObjects(java.lang.Class<?> clazz)
All subclasses have to implement this method. |
Methods inherited from class org.jboss.wsf.common.reflection.AbstractAnnotatedClassProcessor |
---|
getAnnotation, matches |
Methods inherited from class org.jboss.wsf.common.reflection.AbstractClassProcessor |
---|
process |
Methods inherited from class org.jboss.wsf.common.reflection.AccessibleObjectProcessorAdapter |
---|
validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotatedMethodFinder(java.lang.Class<A> annotationClass)
annotationClass
- annotation classMethod Detail |
---|
public final java.lang.reflect.Method[] getAccessibleObjects(java.lang.Class<?> clazz)
AbstractClassProcessor
getAccessibleObjects
in class AbstractClassProcessor<java.lang.reflect.Method>
clazz
- to get accessible objects from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |