|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.utils.cache.JavaMethod
A simple cache of previously loaded methods
Constructor Summary | |
JavaMethod(java.lang.Class jc,
java.lang.String name)
Create a cache entry for this java.lang.Class |
Method Summary | |
java.lang.reflect.Method |
getMethod(int numargs)
Attempt to find the closest matching method based on the number of arguments only. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaMethod(java.lang.Class jc, java.lang.String name)
jc
- java.lang.Class which will be searched for methodsname
- name of the methodMethod Detail |
public java.lang.reflect.Method getMethod(int numargs)
numargs
- number of arguments. Use -1 to indicate "don't care".
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |