org.exolab.castor.xml
Interface ClassDescriptorResolver
- XMLClassDescriptorResolver
- JDOClassDescriptorResolverImpl, XMLClassDescriptorResolverImpl
public interface ClassDescriptorResolver
An interface for finding or "resolving" ClassDescriptor classes.
Note:
This interface is used by the marshalling Framework for
resolving ClassDescriptors for non-primitive types.
There are no guarantees that this class will be called for
java native classes.
$Revision: 6027 $ $Date: 2005-02-28 17:41:38 -0700 (Mon, 28 Feb 2005) $
getMappingLoader
public MappingLoader getMappingLoader()
Note: This method will be removed soon (kv).
resolve
public ClassDescriptor resolve(Class type)
throws ResolverException
Returns the ClassDescriptor for the given class
type
- the Class to find the ClassDescriptor for
- the ClassDescriptor for the given class
setMappingLoader
public void setMappingLoader(MappingLoader mappingLoader)
Sets the mapping loader for this ClassDescriptorResolver
Note: This method will be removed soon (kv).
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com