org.apache.ws.jaxme.js.pattern

Interface Reflector

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 Details

getJavaSource

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