|
||||||||
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.ByIntrospection
public class ByIntrospection
Resolve a class by creating a generic descriptor based on the informations read from the class with introspection.
Constructor Summary | |
---|---|
ByIntrospection()
No specific stuff needed. |
Method Summary | |
---|---|
protected java.util.Map |
internalResolve(java.lang.String className,
java.lang.ClassLoader classLoader,
java.util.Map properties)
Creates an XMLClassDescriptor for the given type by using introspection. |
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 ByIntrospection()
Method Detail |
---|
protected java.util.Map internalResolve(java.lang.String className, java.lang.ClassLoader classLoader, java.util.Map properties) throws ResolverException
Introspector
set with
setIntrospector
. If a descriptor is successfully created it
will be added to the DescriptorCache.
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 |