org.kaiwitte.workbench.data
Class DataSchemeFactoryImpl

java.lang.Object
  extended by org.kaiwitte.workbench.data.DataSchemeFactoryImpl
All Implemented Interfaces:
DataSchemeFactory

public class DataSchemeFactoryImpl
extends java.lang.Object
implements DataSchemeFactory


Constructor Summary
DataSchemeFactoryImpl()
           
 
Method Summary
 DataScheme[] createDataScheme(java.io.InputStream in)
          Creates a DataScheme.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSchemeFactoryImpl

public DataSchemeFactoryImpl()
Method Detail

createDataScheme

public DataScheme[] createDataScheme(java.io.InputStream in)
                              throws java.io.IOException
Description copied from interface: DataSchemeFactory
Creates a DataScheme.

Specified by:
createDataScheme in interface DataSchemeFactory
Parameters:
in - the InputStream to a resource in XML syntax that defines the DataSchemes.
Returns:
the DataSchemes
Throws:
java.io.IOException - iff an I/O error occurs