org.apache.ws.jaxme.js.pattern
public class CompiledClassReflector extends Object implements Reflector
Constructor Summary | |
---|---|
CompiledClassReflector(Class pClass) Creates a new instance of CompiledClassReflector ,
reading information from the given class. | |
CompiledClassReflector(String pName, ClassLoader pClassLoader) Creates a new instance of CompiledClassReflector ,
which loads the class named pName through
ClassLoader pClassLoader . |
Method Summary | |
---|---|
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, Method pMethod) Converts the given Method into an instance of JavaSource. |
CompiledClassReflector
,
reading information from the given class.Parameters: pClass
CompiledClassReflector
,
which loads the class named pName
through
ClassLoader pClassLoader
.Converts the given Method into an instance of JavaSource.