Uses of Class
org.castor.mapping.BindingType

Packages that use BindingType
org.castor.mapping   
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
org.exolab.castor.mapping The Class Mapping API 
org.exolab.castor.xml The XML Marshaller API 
 

Uses of BindingType in org.castor.mapping
 

Fields in org.castor.mapping declared as BindingType
static BindingType BindingType.JDO
           
static BindingType BindingType.XML
           
 

Methods in org.castor.mapping that return BindingType
 BindingType MappingLoaderFactory.getBindingType()
          Defines the binding type of the underlying MappingLoader.
 BindingType JDOMappingLoaderFactory.getBindingType()
           
 BindingType XMLMappingLoaderFactory.getBindingType()
           
static BindingType BindingType.valueOf(String kind)
           
 

Methods in org.castor.mapping with parameters of type BindingType
 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 BindingType in org.exolab.castor.jdo.engine
 

Methods in org.exolab.castor.jdo.engine that return BindingType
 BindingType JDOMappingLoader.getBindingType()
          
 

Uses of BindingType in org.exolab.castor.mapping
 

Methods in org.exolab.castor.mapping that return BindingType
 BindingType MappingLoader.getBindingType()
           
 

Uses of BindingType in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml that return BindingType
 BindingType XMLMappingLoader.getBindingType()
          
 

Methods in org.exolab.castor.xml with parameters of type BindingType
static ClassDescriptorResolver ClassDescriptorResolverFactory.createClassDescriptorResolver(BindingType type)
          Returns the matching ClassDescriptorResolver instance.
 



Copyright © 2012. All Rights Reserved.