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

JavaClass (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.utils.cache
Class JavaClass

java.lang.Object
  extended byorg.apache.axis.utils.cache.JavaClass

public class JavaClass
extends Object

A simple cache of previously loaded classes, and their methods.

Author:
Sam Ruby

Constructor Summary
JavaClass(Class jc)
          Create a cache entry for this java.lang.Class
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaClass

public JavaClass(Class jc)
Create a cache entry for this java.lang.Class

Method Detail

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.

Parameters:
name - name of method


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