|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.utils.cache.JavaMethod
public class JavaMethod
A simple cache of previously loaded methods
Constructor Summary | |
---|---|
JavaMethod(java.lang.Class jc,
java.lang.String name)
Create a cache entry for this java.lang.Class |
Method Summary | |
---|---|
java.lang.reflect.Method[] |
getMethod()
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 JavaMethod(java.lang.Class jc, java.lang.String name)
jc
- java.lang.Class which will be searched for methodsname
- name of the methodMethod Detail |
---|
public java.lang.reflect.Method[] getMethod()
name
- name of method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |