org.jibx.custom.classes
Interface IClassSourceLocator

All Superinterfaces:
IClassLocator
All Known Implementing Classes:
ClassSourceLocator

public interface IClassSourceLocator
extends IClassLocator

Locator for class and/or source information. Looks up class and source data as requested, using whatever method is appropriate for the usage environment.

Author:
Dennis M. Sosnoski

Method Summary
 JavaClass getSourceInfo(java.lang.String name)
          Get source information.
 
Methods inherited from interface org.jibx.util.IClassLocator
getClassInfo, getRequiredClassInfo, isLookupSupported, loadClass
 

Method Detail

getSourceInfo

JavaClass getSourceInfo(java.lang.String name)
Get source information.

Parameters:
name - fully-qualified name of class to be found
Returns:
source information, or null if source not found


Project Web Site