org.apache.axis.utils.cache
public class MethodCache extends Object
Method Summary | |
---|---|
static MethodCache | getInstance()
Gets the only instance of this class |
Method | getMethod(Class clazz, String methodName, Class[] parameterTypes)
Returns the specified method - if any.
|
Returns: the only instance of this class
Parameters: clazz the class to get the method from methodName the name of the method parameterTypes the parameters of the method
Returns: the found method
Throws: NoSuchMethodException if the method can't be found