org.apache.axis.utils.cache
Class JavaMethod
java.lang.Objectorg.apache.axis.utils.cache.JavaMethod
public class JavaMethod
extends java.lang.Object
A simple cache of previously loaded methods
JavaMethod(Class jc, String name)- Create a cache entry for this java.lang.Class
|
Method[] | getMethod()- Lookup a method based on name.
|
JavaMethod
public JavaMethod(Class jc,
String name) Create a cache entry for this java.lang.Class
jc - java.lang.Class which will be searched for methodsname - name of the method
getMethod
public Method[] getMethod()
Lookup a method based on name. This method returns an array just in
case there is more than one.
Copyright © 2005 Apache Web Services Project. All Rights Reserved.