Class DataSchemeFactoryImpl

Synopsis

 public class DataSchemeFactoryImplimplements DataSchemeFactory {
  public DataSchemeFactoryImpl();
  public Sequence createDataScheme(InputStream in)
    throws IOException;

}

Methods inherited from java.lang.Object: clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait

Inheritance Path. java.lang.Object-> org.kaiwitte.workbench.data.DataSchemeFactoryImpl

createDataScheme(InputStream)

Synopsis: public Sequence createDataScheme(java.io.InputStream in) 
              throws java.io.IOException;

Specified by: Method createDataScheme in interface DataSchemeFactory

Parameters

in

the InputStream to a resource in XML syntax that defines the org.kaiwitte.workbench.data.DataSchemes.

return

the org.kaiwitte.workbench.data.DataSchemes

Exceptions

IOException

iff an I/O error occurs

Description copied from interface: createDataScheme

Creates a org.kaiwitte.workbench.data.DataScheme.