Class AbstractMappingLoaderFactory

    • Field Detail

      • LOG

        public static final org.apache.commons.logging.Log LOG
        The Jakarta Commons Logging instance used for all logging.
    • Constructor Detail

      • AbstractMappingLoaderFactory

        public AbstractMappingLoaderFactory()
    • Method Detail

      • getSourceType

        public final java.lang.String getSourceType()
        Description copied from interface: MappingLoaderFactory
        Defines the source type of the underlying MappingLoader
        Specified by:
        getSourceType in interface MappingLoaderFactory
        Returns:
        The source type.
      • getClassname

        public abstract java.lang.String getClassname()
        To obtain the class name of the MappingLoader to instantiate
        Returns:
        The class name of the MappingLoader to instantiate