org.apache.ws.jaxme.js.apps
Interface JavaSourceResolver
public
interface
JavaSourceResolver
Attempts to find a given instance of
{@link org.apache.ws.jaxme.js.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.
Queries for an instance of {@link JavaSource}
with the fully qualified class name pClassName
.