ResolverClassCommandpublic class ByIntrospection extends AbstractResolverClassCommand
| Constructor | Description | 
|---|---|
ByIntrospection() | 
 No specific stuff needed. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
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. 
 | 
resolveprotected 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 AbstractResolverClassCommandclassName - the name of the class to resolveclassLoader - the class loader to useproperties - the resolve properties to useResolverException - if unrecoverable problems in resolve occuredIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com