public interface MappingLoaderFactory
Modifier and Type | Method and Description |
---|---|
BindingType |
getBindingType()
Defines the binding type of the underlying MappingLoader.
|
MappingLoader |
getMappingLoader()
Acquires the appropriate org.exolab.castor.mapping.MappingLoader with the
given properties.
|
String |
getName()
Returns the short alias for this factory instance.
|
String |
getSourceType()
Defines the source type of the underlying MappingLoader
|
String getName()
MappingLoader getMappingLoader() throws MappingException
MappingException
- If any failure occured when loading
the MappingLoader.String getSourceType()
BindingType getBindingType()
Copyright © 2013. All rights reserved.