org.apache.ws.jaxme.js.pattern
Interface Reflector

All Known Implementing Classes:
CompiledClassReflector, SourceReflector

public interface Reflector

The Reflector obtains informations on a certain class by converting it into an instance of JavaSource.


Method Summary
 JavaSource getJavaSource(JavaSourceFactory pFactory)
          Returns the converted information.
 

Method Detail

getJavaSource

JavaSource getJavaSource(JavaSourceFactory pFactory)
                         throws java.lang.Exception
Returns the converted information.

Throws:
java.lang.Exception