org.kaiwitte.workbench.data
Interface DataSchemeFactory

All Known Implementing Classes:
DataSchemeFactoryImpl

public interface DataSchemeFactory

A factory to create DataSchemes.


Method Summary
 DataScheme[] createDataScheme(java.io.InputStream in)
          Creates a DataScheme.
 

Method Detail

createDataScheme

DataScheme[] createDataScheme(java.io.InputStream in)
                              throws java.io.IOException
Creates a DataScheme.

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