| org.jibx.binding.model.IClassLocator
IClassLocator | public interface IClassLocator (Code) | | Locator for class information. Looks up classes using whatever method is
appropriate for the usage environment.
author: Dennis M. Sosnoski |
getClassInfo | public IClass getClassInfo(String name)(Code) | | Get class information.
Parameters: name - fully-qualified name of class to be found class information, or null if class not found |
|
|