org.codehaus.spice.converter
Interface ConverterFactory

All Known Implementing Classes:
SimpleConverterFactory, SingletonConverterFactory

public interface ConverterFactory

This factory is used to create instances of factory objects. The Factory is used so we can lazily instantiate converters which may be useful if there is a large number of them created for some reason.

Version:
$Revision: 1.1 $ $Date: 2003/12/02 08:37:56 $
Author:
Adam Murdoch

Method Summary
 Converter createConverter()
          Create an instance of converter.
 

Method Detail

createConverter

public Converter createConverter()
                          throws Exception
Create an instance of converter.

Returns:
the Converter object
Throws:
Exception - if unable to create converter


Copyright © 2000-2003 Codehaus. All Rights Reserved.