当前页面:
在线文档首页 >
JBoss 3.2.7 jaxrpc API Documentation 英文版文档
JavaMethod (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档
org.apache.axis.utils.cache
Class JavaMethod
java.lang.Object
org.apache.axis.utils.cache.JavaMethod
- public class JavaMethod
- extends Object
A simple cache of previously loaded methods
- Author:
- Sam Ruby
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 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 © 2002 JBoss Group, LLC. All Rights Reserved.