站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

JavaMethod (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.utils.cache
Class JavaMethod

java.lang.Object
  extended byorg.apache.axis.utils.cache.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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.