Uses of Class
org.exolab.castor.mapping.Mapping

Packages that use Mapping
org.castor.mapping   
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. 
 

Uses of Mapping in org.castor.mapping
 

Methods in org.castor.mapping with parameters of type Mapping
 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.
protected  void MappingUnmarshaller.loadMappingInternal(Mapping mapping, DTDResolver resolver, String url)
          Internal recursive loading method.
 void MappingUnmarshaller.loadMappingOnly(Mapping mapping)
           
 

Constructors in org.castor.mapping with parameters of type Mapping
MappingUnmarshallListener(MappingUnmarshaller unmarshaller, Mapping mapping, DTDResolver resolver)
           
 

Uses of Mapping in org.castor.xml
 

Methods in org.castor.xml with parameters of type Mapping
 void InternalContext.addMapping(Mapping mapping)
          Instructs Castor to load class descriptors from the mapping given.
 void AbstractInternalContext.addMapping(Mapping mapping)
           
 

Uses of Mapping in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml that return Mapping
 Mapping XMLContext.createMapping()
          Creates an instance of a Castor XML specific Mapping instance.
 

Methods in org.exolab.castor.xml with parameters of type Mapping
 void XMLContext.addMapping(Mapping mapping)
          Instructs Castor to load class descriptors from the mapping given.
 void Unmarshaller.setMapping(Mapping mapping)
          Sets the Mapping to use during unmarshalling.
 void Marshaller.setMapping(Mapping mapping)
          Sets the given mapping to be used by the marshalling Framework.
 

Constructors in org.exolab.castor.xml with parameters of type Mapping
Unmarshaller(InternalContext internalContext, Mapping mapping)
          Creates a new Unmarshaller with the given Mapping.
Unmarshaller(Mapping mapping)
          Creates a new Unmarshaller with the given Mapping.
 



Copyright © 2010. All Rights Reserved.