Package org.apache.axis.utils.cache
Class JavaClass
java.lang.Object
org.apache.axis.utils.cache.JavaClass
- All Implemented Interfaces:
Serializable
A simple cache of previously loaded classes, and their methods.
- Author:
- Sam Ruby <rubys@us.ibm.com>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JavaClass
Create a cache entry for this java.lang.Class
-
-
Method Details
-
find
Find (or create if necessary) a JavaClass associated with a given class -
getJavaClass
Return the java.lang.Class associated with this entry -
getMethod
Lookup a method based on name. This method returns an array just in case there is more than one.- Parameters:
name
- name of method
-