org.castor.mapping
Class XMLMappingLoaderFactory

java.lang.Object
  extended by org.castor.mapping.AbstractMappingLoaderFactory
      extended by org.castor.mapping.XMLMappingLoaderFactory
All Implemented Interfaces:
MappingLoaderFactory

public class XMLMappingLoaderFactory
extends AbstractMappingLoaderFactory

An XML-specific factory for acquiring MappingLoader instances.

Since:
1.0.4
Version:
$Revision: 5951 $ $Date: 2006-04-13 10:49:49 -0600 (Thu, 13 Apr 2006) $
Author:
Werner Guttmann

Field Summary
static java.lang.String NAME
          The name of the factory.
 
Constructor Summary
XMLMappingLoaderFactory()
           
 
Method Summary
 BindingType getBindingType()
          Defines the binding type of the underlying MappingLoader.
 java.lang.String getClassname()
          To obtain the class name of the MappingLoader to instantiate
 java.lang.String getName()
          Returns the short alias for this factory instance.
 
Methods inherited from class org.castor.mapping.AbstractMappingLoaderFactory
getMappingLoader, getSourceType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
The name of the factory.

See Also:
Constant Field Values
Constructor Detail

XMLMappingLoaderFactory

public XMLMappingLoaderFactory()
Method Detail

getName

public final java.lang.String getName()
Description copied from interface: MappingLoaderFactory
Returns the short alias for this factory instance.

Returns:
The short alias name.
See Also:
MappingLoaderFactory.getName()

getClassname

public java.lang.String getClassname()
Description copied from class: AbstractMappingLoaderFactory
To obtain the class name of the MappingLoader to instantiate

Specified by:
getClassname in class AbstractMappingLoaderFactory
Returns:
The class name of the MappingLoader to instantiate
See Also:
AbstractMappingLoaderFactory.getClassname()

getBindingType

public BindingType getBindingType()
Description copied from interface: MappingLoaderFactory
Defines the binding type of the underlying MappingLoader.

Returns:
the binding type of the underlying MappingLoader
See Also:
MappingLoaderFactory.getBindingType()


Intalio Inc. (C) 1999-2007. All rights reserved http://www.intalio.com