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, waitgetBindingType, getNamepublic static final org.apache.commons.logging.Log LOG
public final String getSourceType()
MappingLoaderFactorygetSourceType in interface MappingLoaderFactoryMappingLoaderFactory.getSourceType()public abstract String getClassname()
public final MappingLoader getMappingLoader() throws MappingException
MappingLoaderFactorygetMappingLoader in interface MappingLoaderFactoryMappingException - If any failure occured when loading the MappingLoader.MappingLoaderFactory.getMappingLoader()Copyright © 2016. All rights reserved.