org.apache.ws.jaxme.js.apps
Interface JavaSourceResolver
- All Known Implementing Classes: 
- JavaSourceFactory
- public interface JavaSourceResolver
Attempts to find a given instance of
 JavaSource.
 This is used, for example, in the following case:
 
   - A generator would like to know all methods
     of a given class.
- The class is derived from another class.
- The super classes methods should be treated,
     as if they were usual methods.
 
getJavaSource
public JavaSource getJavaSource(JavaQName pQName)
- Queries for an instance of JavaSourcewith the fully qualified class namepClassName.
 
-