|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.xml.util.resolvers.AbstractResolverClassCommand
org.exolab.castor.xml.util.resolvers.ByMappingLoader
public class ByMappingLoader
How to sought a descriptor for a class in a specified mapping loader.
Constructor Summary | |
---|---|
ByMappingLoader()
No specific stuff needed. |
Method Summary | |
---|---|
protected java.util.Map |
internalResolve(java.lang.String className,
java.lang.ClassLoader classLoader,
java.util.Map properties)
If a mapping loader is set in the configuration the descriptor for the given class / className is taken from the mapping loader and put into the cache. |
Methods inherited from class org.exolab.castor.xml.util.resolvers.AbstractResolverClassCommand |
---|
resolve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByMappingLoader()
Method Detail |
---|
protected java.util.Map internalResolve(java.lang.String className, java.lang.ClassLoader classLoader, java.util.Map properties) throws ResolverException
internalResolve
in class AbstractResolverClassCommand
className
- the name of the class to resolveclassLoader
- the class loader to useproperties
- the resolve properties to use
ResolverException
- if unrecoverable problems in resolve occured
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |