Uses of Class
org.exolab.castor.xml.ResolverException
Packages that use ResolverException
Package
Description
The XML Marshaller API
-
Uses of ResolverException in org.castor.xml
Methods in org.castor.xml that throw ResolverExceptionModifier and TypeMethodDescriptionvoid
void
Loads the class descriptor for the class instance specified.void
AbstractInternalContext.addClasses
(Class<?>[] clazzes) void
InternalContext.addClasses
(Class<?>[] clazzes) Loads the class descriptor for the class instance specified.void
AbstractInternalContext.addPackage
(String packageName) void
InternalContext.addPackage
(String packageName) Loads class descriptors from the package specified.void
AbstractInternalContext.addPackages
(String[] packageNames) void
InternalContext.addPackages
(String[] packageNames) Loads class descriptors from the packages specified. -
Uses of ResolverException in org.exolab.castor.xml
Methods in org.exolab.castor.xml that throw ResolverExceptionModifier and TypeMethodDescriptionvoid
Loads the class descriptor for the class instance specified.void
Loads the class descriptor for the class instance specified.void
Loads the class descriptor for the class instance specified.void
XMLClassDescriptorResolver.addClasses
(Class<?>[] clazzes) Loads the class descriptors for the class instances specified.void
XMLClassDescriptorResolver.addClasses
(String[] classNames) Loads the class descriptors for the class instances specified.void
XMLContext.addClasses
(Class[] clazzes) Loads the class descriptor for the class instance specified.void
XMLClassDescriptorResolver.addPackage
(String packageName) Loads class descriptors from the package specified.void
XMLContext.addPackage
(String packageName) Loads class descriptors from the package specified.void
XMLClassDescriptorResolver.addPackages
(String[] packageNames) Loads class descriptors from the packages specified.void
XMLContext.addPackages
(String[] packageNames) Loads class descriptors from the packages specified.void
XMLClassDescriptorResolver.loadClassDescriptors
(String packageName) Deprecated.Please use e.g.Returns the ClassDescriptor for the given class.Returns the XMLClassDescriptor for the given class name.XMLClassDescriptorResolver.resolve
(String className, ClassLoader loader) Returns the XMLClassDescriptor for the given class name.XMLClassDescriptorResolver.resolveAllByXMLName
(String xmlName, String namespaceURI, ClassLoader loader) Returns an enumeration of XMLClassDescriptor objects that match the given xml name.XMLClassDescriptorResolver.resolveByXMLName
(String xmlName, String namespaceURI, ClassLoader loader) Returns the first XMLClassDescriptor that matches the given XML name and namespaceURI. -
Uses of ResolverException in org.exolab.castor.xml.util
Methods in org.exolab.castor.xml.util that throw ResolverExceptionModifier and TypeMethodDescriptionvoid
Loads the class descriptor for the class instance specified.void
Loads the class descriptor for the class instance specified.void
XMLClassDescriptorResolverImpl.addClasses
(Class<?>[] clazzes) Loads the class descriptors for the class instances specified.void
XMLClassDescriptorResolverImpl.addClasses
(String[] classNames) Loads the class descriptors for the class instances specified.void
XMLClassDescriptorResolverImpl.addPackage
(String packageName) Loads class descriptors from the package specified.void
XMLClassDescriptorResolverImpl.addPackages
(String[] packageNames) Loads class descriptors from the packages specified.void
XMLClassDescriptorResolverImpl.loadClassDescriptors
(String packageName) Deprecated.The one and only purpose resolver commands are good for ;-) .The one and only purpose resolver commands are good for ;-) .Returns the ClassDescriptor for the given class.Returns the XMLClassDescriptor for the given class name.XMLClassDescriptorResolverImpl.resolve
(String className, ClassLoader loader) Returns the XMLClassDescriptor for the given class name.ResolverStrategy.resolveClass
(ResolverStrategy.ResolverResults resolverResults, String className) Implementes a strategy how a class is resolved into a list of class descriptors.void
ResolverStrategy.resolvePackage
(ResolverStrategy.ResolverResults resolverResults, String packageName) Implementes a strategy how a package is resolved into a list of class descriptors. -
Uses of ResolverException in org.exolab.castor.xml.util.resolvers
Methods in org.exolab.castor.xml.util.resolvers that throw ResolverExceptionModifier and TypeMethodDescriptionprotected abstract Map
AbstractResolverClassCommand.internalResolve
(String className, ClassLoader classLoader, Map props) The required parameter checks are in the public method and here we expect that the resolve logic itself is implemented.protected abstract Map
<String, ClassDescriptor> AbstractResolverPackageCommand.internalResolve
(String packageName, ClassLoader classLoader, Map props) The required parameter checks are in the public method and here we expect that the resolve logic itself is implemented.protected Map
<String, ClassDescriptor> ByCDR.internalResolve
(String packageName, ClassLoader classLoader, Map properties) Tries to load the CDR file for the given package name using the provided class loader.protected Map
ByDescriptorClass.internalResolve
(String className, ClassLoader classLoader, Map properties) Tries to load an XMLClassDescriptor directly from an existing .class file.protected Map
ByIntrospection.internalResolve
(String className, ClassLoader classLoader, Map properties) Creates an XMLClassDescriptor for the given type by using introspection.protected Map
ByMappingLoader.internalResolve
(String className, ClassLoader classLoader, 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.protected Map
<String, ClassDescriptor> ByPackageMapping.internalResolve
(String packageName, ClassLoader classLoader, Map properties) The required parameter checks are in the public method and here we expect that the resolve logic itself is implemented.final Map
The one and only purpose resolver commands are good for ;-) .final Map
<String, ClassDescriptor> The one and only purpose resolver commands are good for ;-) .CastorXMLStrategy.resolveClass
(ResolverStrategy.ResolverResults resolverResults, String className) Implementes a strategy how a class is resolved into a list of class descriptors.void
CastorXMLStrategy.resolvePackage
(ResolverStrategy.ResolverResults resolverResults, String packageName) Implementes a strategy how a package is resolved into a list of class descriptors.