Class MappingFileSourceFactory
java.lang.Object
org.exolab.castor.builder.factory.MappingFileSourceFactory
A factory for creating mapping files.
- Version:
- $Revision$ $Date: 2006-04-13 07:37:49 -0600 (Thu, 13 Apr 2006) $
- Author:
- Keith Visco
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new MappingFileSourceFactory with the given configuration. -
Method Summary
Modifier and TypeMethodDescriptioncreateMapping
(ClassInfo classInfo) Creates the class mapping for the given ClassInfo.
-
Constructor Details
-
MappingFileSourceFactory
Creates a new MappingFileSourceFactory with the given configuration.- Parameters:
config
- the BuilderConfiguration instance
-
-
Method Details
-
createMapping
Creates the class mapping for the given ClassInfo.- Parameters:
classInfo
- the XML Schema element declaration- Returns:
- the ClassMapping representing the ClassInfo
-