public abstract class AbstractMappingLoaderFactory extends Object implements MappingLoaderFactory
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
LOG
The Jakarta Commons
Logging instance used for all logging.
|
Constructor and Description |
---|
AbstractMappingLoaderFactory() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getClassname()
To obtain the class name of the MappingLoader to instantiate
|
MappingLoader |
getMappingLoader()
Acquires the appropriate org.exolab.castor.mapping.MappingLoader with the
given properties.
|
String |
getSourceType()
Defines the source type of the underlying MappingLoader
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBindingType, getName
public static final org.apache.commons.logging.Log LOG
public final String getSourceType()
MappingLoaderFactory
getSourceType
in interface MappingLoaderFactory
MappingLoaderFactory.getSourceType()
public abstract String getClassname()
public final MappingLoader getMappingLoader() throws MappingException
MappingLoaderFactory
getMappingLoader
in interface MappingLoaderFactory
MappingException
- If any failure occured when loading
the MappingLoader.MappingLoaderFactory.getMappingLoader()
Copyright © 2014. All rights reserved.