|
||||||||||
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<java.lang.reflect.Method>
org.jboss.wsf.common.reflection.MethodFinder
public class MethodFinder
A finder that looks for methods matching the criteria. The matching methods and collection of matching methods can be validated in subclasses.
Constructor Summary | |
---|---|
MethodFinder()
|
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.AbstractClassProcessor |
---|
process |
Methods inherited from class org.jboss.wsf.common.reflection.AccessibleObjectProcessorAdapter |
---|
matches, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodFinder()
Method 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 |