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
{@link 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 {@link JavaSource}. |
protected JavaMethod | getMethod(JavaSource pSource, Method pMethod) Converts the given {@link Method} into an instance of {@link JavaSource}. |
CompiledClassReflector
,
reading information from the given class.Parameters: pClass
CompiledClassReflector
,
which loads the class named pName
through
{@link ClassLoader pClassLoader}.Converts the given {@link Method} into an instance of {@link JavaSource}.