|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MappingLoaderFactory
A factory for properly acquiring org.exolab.castor.mapping.MappingLoader instances. To provide an implementation for a specific MappingLoader, implement this interface.
Method Summary | |
---|---|
BindingType |
getBindingType()
Defines the binding type of the underlying MappingLoader. |
MappingLoader |
getMappingLoader()
Acquires the appropriate org.exolab.castor.mapping.MappingLoader with the given properties. |
java.lang.String |
getName()
Returns the short alias for this factory instance. |
java.lang.String |
getSourceType()
Defines the source type of the underlying MappingLoader |
Method Detail |
---|
java.lang.String getName()
MappingLoader getMappingLoader() throws MappingException
MappingException
- If any failure occured when loading
the MappingLoader.java.lang.String getSourceType()
BindingType getBindingType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |