Uses of Interface
org.exolab.castor.xml.util.ResolverStrategy
Packages that use ResolverStrategy
Package
Description
The XML Marshaller API
-
Uses of ResolverStrategy in org.castor.xml
Methods in org.castor.xml that return ResolverStrategyModifier and TypeMethodDescriptionAbstractInternalContext.getResolverStrategy()
InternalContext.getResolverStrategy()
To get the XMLClassDescriptor resolver strategy to be used when resolving classes into class descriptors.Methods in org.castor.xml with parameters of type ResolverStrategyModifier and TypeMethodDescriptionvoid
AbstractInternalContext.setResolverStrategy
(ResolverStrategy resolverStrategy) void
InternalContext.setResolverStrategy
(ResolverStrategy resolverStrategy) To set the XMLClassDescriptor resolver strategy to be used. -
Uses of ResolverStrategy in org.exolab.castor.xml
Methods in org.exolab.castor.xml with parameters of type ResolverStrategyModifier and TypeMethodDescriptionvoid
XMLClassDescriptorResolver.setResolverStrategy
(ResolverStrategy resolverStrategy) The resolver strategy to use for class and package resolving. -
Uses of ResolverStrategy in org.exolab.castor.xml.util
Methods in org.exolab.castor.xml.util with parameters of type ResolverStrategyModifier and TypeMethodDescriptionvoid
XMLClassDescriptorResolverImpl.setResolverStrategy
(ResolverStrategy resolverStrategy) The resolver strategy to use for class and package resolving. -
Uses of ResolverStrategy in org.exolab.castor.xml.util.resolvers
Classes in org.exolab.castor.xml.util.resolvers that implement ResolverStrategyModifier and TypeClassDescriptionclass
The Castor XML resolver strategy implements the resolving behaviour as it had been implmented before this refactoring step.