Class CastorXMLStrategy

java.lang.Object
org.exolab.castor.xml.util.resolvers.CastorXMLStrategy
All Implemented Interfaces:
ResolverStrategy

public class CastorXMLStrategy extends Object implements ResolverStrategy
The Castor XML resolver strategy implements the resolving behaviour as it had been implmented before this refactoring step. Meaning that:
It uses multiple steps to find a class descriptor for a class.
It uses a cache of class descriptors
A class that couldn't be resolved once is marked as unresolvable and will not be resolved again - even on a second call.
Since:
1.2
Version:
$Revision$ $Date$
Author:
Joachim Grueneis, Steven Dolg