org.exolab.castor.xml
public interface ClassDescriptorResolver
Version: $Revision: 6027 $ $Date: 2005-02-28 17:41:38 -0700 (Mon, 28 Feb 2005) $
| Method Summary | |
|---|---|
| MappingLoader | getMappingLoader() Note: This method will be removed soon (kv). |
| ClassDescriptor | resolve(Class type)
Returns the ClassDescriptor for the given class
|
| void | setMappingLoader(MappingLoader mappingLoader)
Sets the mapping loader for this ClassDescriptorResolver
Note: This method will be removed soon (kv). |
Parameters: type the Class to find the ClassDescriptor for
Returns: the ClassDescriptor for the given class