|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | 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(Class jc)
Create a cache entry for this java.lang.Class |
Method Summary | |
static JavaClass |
find(Class jc)
Find (or create if necessary) a JavaClass associated with a given class |
Class |
getJavaClass()
Return the java.lang.Class associated with this entry |
Method[] |
getMethod(String name)
Lookup a method based on name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaClass(Class jc)
Method Detail |
public static JavaClass find(Class jc)
public Class getJavaClass()
public Method[] getMethod(String name)
name
- name of method
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |