Uses of Interface
org.exolab.castor.xml.util.ResolverStrategy

Packages that use ResolverStrategy
org.castor.xml   
org.exolab.castor.xml The XML Marshaller API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Keith Visco Marshaller marshalls a Java object into an XML document. 
org.exolab.castor.xml.util   
org.exolab.castor.xml.util.resolvers   
 

Uses of ResolverStrategy in org.castor.xml
 

Methods in org.castor.xml that return ResolverStrategy
 ResolverStrategy InternalContext.getResolverStrategy()
          To get the XMLClassDescriptor resolver strategy to be used when resolving classes into class descriptors.
 ResolverStrategy AbstractInternalContext.getResolverStrategy()
           
 

Methods in org.castor.xml with parameters of type ResolverStrategy
 void InternalContext.setResolverStrategy(ResolverStrategy resolverStrategy)
          To set the XMLClassDescriptor resolver strategy to be used.
 void AbstractInternalContext.setResolverStrategy(ResolverStrategy resolverStrategy)
           
 

Uses of ResolverStrategy in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml with parameters of type ResolverStrategy
 void 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 ResolverStrategy
 void 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 ResolverStrategy
 class CastorXMLStrategy
          The Castor XML resolver strategy implements the resolving behaviour as it had been implmented before this refactoring step.
 



Copyright © 2010. All Rights Reserved.