org.exolab.castor.mapping
public interface MappingLoader
Version: $Revision: 6055 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
| Method Summary | |
|---|---|
| void | clear() |
| Iterator | descriptorIterator()
Returns an iterator over all the known descriptors in the original order they have been
added. |
| BindingType | getBindingType() |
| ClassLoader | getClassLoader()
Returns the class loader associated with this mapping loader if one was specified. |
| ClassDescriptor | getDescriptor(String classname)
Returns the ClassDescriptor for the class with the given name. |
| String | getSourceType() |
| void | setClassLoader(ClassLoader loader) |
Parameters: classname The className for which to return the associated ClassDescriptor.
Returns: The ClassDescriptor or null if not found.