Package org.apache.axis.utils.cache
Class JavaMethod
java.lang.Object
org.apache.axis.utils.cache.JavaMethod
A simple cache of previously loaded methods
- Author:
- Sam Ruby invalid input: '<'rubys@us.ibm.com>
-
Constructor Summary
ConstructorsConstructorDescriptionJavaMethod
(Class jc, String name) Create a cache entry for this java.lang.Class -
Method Summary
-
Constructor Details
-
JavaMethod
Create a cache entry for this java.lang.Class- Parameters:
jc
- java.lang.Class which will be searched for methodsname
- name of the method
-
-
Method Details
-
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
-