Uses of Interface
org.exolab.castor.mapping.MappingLoader

Packages that use MappingLoader
org.castor.mapping   
org.castor.xml   
org.exolab.castor.mapping.loader Implementations for mapping interfaces and the default mapping loader. 
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   
 

Uses of MappingLoader in org.castor.mapping
 

Methods in org.castor.mapping that return MappingLoader
 MappingLoader MappingLoaderFactory.getMappingLoader()
          Acquires the appropriate org.exolab.castor.mapping.MappingLoader with the given properties.
 MappingLoader AbstractMappingLoaderFactory.getMappingLoader()
           
 MappingLoader MappingUnmarshaller.getMappingLoader(Mapping mapping, BindingType bindingType)
          Returns a mapping resolver for the suitable engine.
 MappingLoader MappingUnmarshaller.getMappingLoader(Mapping mapping, BindingType bindingType, Object param)
          Returns a mapping resolver for the suitable engine.
 MappingLoader MappingLoaderRegistry.getMappingLoader(String sourceType, BindingType bindingType)
          Returns a mapping loader for the suitable source and binding type.
 

Uses of MappingLoader in org.castor.xml
 

Methods in org.castor.xml that return MappingLoader
 MappingLoader InternalContext.getMappingLoader()
          To get the MappingLoader specified to be used in this Castor session.
 MappingLoader AbstractInternalContext.getMappingLoader()
           
 

Methods in org.castor.xml with parameters of type MappingLoader
 void InternalContext.setMappingLoader(MappingLoader mappingLoader)
          To set the MappingLoader to be used in this Castor session.
 void AbstractInternalContext.setMappingLoader(MappingLoader mappingLoader)
           
 

Uses of MappingLoader in org.exolab.castor.mapping.loader
 

Classes in org.exolab.castor.mapping.loader that implement MappingLoader
 class AbstractMappingLoader
          Assists in the construction of descriptors.
 class AbstractMappingLoader2
           
 

Uses of MappingLoader in org.exolab.castor.xml
 

Classes in org.exolab.castor.xml that implement MappingLoader
 class XMLMappingLoader
          An XML implementation of mapping helper.
 

Methods in org.exolab.castor.xml that return MappingLoader
 MappingLoader ClassDescriptorResolver.getMappingLoader()
          
Note: This method will be removed soon (kv).
 

Methods in org.exolab.castor.xml with parameters of type MappingLoader
 void ClassDescriptorResolver.setMappingLoader(MappingLoader mappingLoader)
          Sets the mapping loader for this ClassDescriptorResolver
Note: This method will be removed soon (kv).
 

Uses of MappingLoader in org.exolab.castor.xml.util
 

Methods in org.exolab.castor.xml.util that return MappingLoader
 MappingLoader XMLClassDescriptorResolverImpl.getMappingLoader()
          
Note: This method will be removed soon (kv).
 

Methods in org.exolab.castor.xml.util with parameters of type MappingLoader
 void XMLClassDescriptorResolverImpl.setMappingLoader(MappingLoader mappingLoader)
          Sets the mapping loader for this ClassDescriptorResolver
Note: This method will be removed soon (kv).
 



Copyright © 2010. All Rights Reserved.