|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.databinding.utils.MethodCache
A cache for methods. Used to get methods by their signature and stores them in a local cache for performance reasons. This class is a singleton - so use getInstance to get an instance of it.
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static MethodCache getInstance()
public Method getMethod(Class clazz, String methodName, Class[] parameterTypes) throws NoSuchMethodException
clazz
- the class to get the method frommethodName
- the name of the methodparameterTypes
- the parameters of the method
NoSuchMethodException
- if the method can't be found
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |