org.apache.axis.utils.cache
Class JavaClass
java.lang.Objectorg.apache.axis.utils.cache.JavaClass
- Serializable
public class JavaClass
extends java.lang.Object
implements Serializable
A simple cache of previously loaded classes, and their methods.
JavaClass(Class jc)- Create a cache entry for this java.lang.Class
|
static JavaClass | find(Class jc)- Find (or create if necessary) a JavaClass associated with a given
class
|
Class | getJavaClass()- Return the java.lang.Class associated with this entry
|
Method[] | getMethod(String name)- Lookup a method based on name.
|
JavaClass
public JavaClass(Class jc)
Create a cache entry for this java.lang.Class
find
public static JavaClass find(Class jc)
Find (or create if necessary) a JavaClass associated with a given
class
getJavaClass
public Class getJavaClass()
Return the java.lang.Class associated with this entry
getMethod
public Method[] getMethod(String name)
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.