|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.utils.cache.JavaClass
A simple cache of previously loaded classes, and their methods.
Constructor Summary | |
JavaClass(java.lang.Class jc)
Create a cache entry for this java.lang.Class |
Method Summary | |
java.lang.Class |
getJavaClass()
Return the java.lang.Class associated with this entry |
java.lang.reflect.Method |
getMethod(java.lang.String name,
int numargs)
Lookup a method based on name and number of arguments |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaClass(java.lang.Class jc)
Method Detail |
public java.lang.Class getJavaClass()
public java.lang.reflect.Method getMethod(java.lang.String name, int numargs)
name
- name of methodnumargs
- number of arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |