org.apache.axis.utils.cache
public class JavaMethod extends Object
| Constructor Summary | |
|---|---|
| JavaMethod(Class jc, String name)
Create a cache entry for this java.lang.Class | |
| Method Summary | |
|---|---|
| Method[] | getMethod()
Lookup a method based on name. |
Parameters: jc java.lang.Class which will be searched for methods name name of the method
Parameters: name name of method