Interface MappingLoaderFactory

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the short alias for this factory instance.
        Returns:
        The short alias name.
      • getMappingLoader

        MappingLoader getMappingLoader()
                                throws MappingException
        Acquires the appropriate org.exolab.castor.mapping.MappingLoader with the given properties.
        Returns:
        The transaction manager.
        Throws:
        MappingException - If any failure occured when loading the MappingLoader.
      • getSourceType

        java.lang.String getSourceType()
        Defines the source type of the underlying MappingLoader
        Returns:
        The source type.
      • getBindingType

        BindingType getBindingType()
        Defines the binding type of the underlying MappingLoader.
        Returns:
        the binding type of the underlying MappingLoader