org.apache.axis.utils.cache

Class JavaMethod

public class JavaMethod extends Object

A simple cache of previously loaded methods

Author: Sam Ruby

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.

Constructor Detail

JavaMethod

public JavaMethod(Class jc, String name)
Create a cache entry for this java.lang.Class

Parameters: jc java.lang.Class which will be searched for methods name name of the method

Method Detail

getMethod

public Method[] getMethod()
Lookup a method based on name. This method returns an array just in case there is more than one.

Parameters: name name of method

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.