| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.jaxme.js.pattern.CompiledClassReflector
Reflector for gathering information on a compiled class.
| Constructor Summary | |
| CompiledClassReflector(java.lang.Class pClass)Creates a new instance of CompiledClassReflector,
 reading information from the given class. | |
| CompiledClassReflector(java.lang.String pName,
                       java.lang.ClassLoader pClassLoader)Creates a new instance of CompiledClassReflector,
 which loads the class namedpNamethroughpClassLoader. | |
| Method Summary | |
|  java.lang.Class | getCompiledClass()Returns the compiled class being used to gather information. | 
|  JavaSource | getJavaSource(JavaSourceFactory pFactory)Reads the interface methods and converts them into an instance of JavaSource. | 
| protected  JavaMethod | getMethod(JavaSource pSource,
          java.lang.reflect.Method pMethod)Converts the given Methodinto an instance ofJavaSource. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public CompiledClassReflector(java.lang.Class pClass)
CompiledClassReflector,
 reading information from the given class.
pClass - 
public CompiledClassReflector(java.lang.String pName,
                              java.lang.ClassLoader pClassLoader)
                       throws java.lang.ClassNotFoundException
CompiledClassReflector,
 which loads the class named pName through
 pClassLoader.
| Method Detail | 
protected JavaMethod getMethod(JavaSource pSource,
                               java.lang.reflect.Method pMethod)
Converts the given Method into an instance of
 JavaSource.
public java.lang.Class getCompiledClass()
public JavaSource getJavaSource(JavaSourceFactory pFactory)
JavaSource.
getJavaSource in interface Reflector| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||