Uses of Class
org.castor.mapping.BindingType

Packages that use BindingType
org.castor.mapping   
org.exolab.castor.mapping The Class Mapping API Version: $Revision: 6216 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Assaf Arkin Author: Keith Visco This package provides a common base for the class mapping descriptors and tools to generate mapping descriptors from a mapping file. 
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. 
 

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 XMLMappingLoaderFactory.getBindingType()
           
 BindingType MappingLoaderFactory.getBindingType()
          Defines the binding type of the underlying MappingLoader.
 BindingType JDOMappingLoaderFactory.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.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 © 2011. All Rights Reserved.