org.clazzes.jdbc2xml.schema
Interface ISchemaEngineFactory

All Known Implementing Classes:
SchemaEngineFactoryImpl

public interface ISchemaEngineFactory

An interface implemented by a singleton bean, that creates a stateful ISchemaEngine implementation. This interface is mainly useful for registering an OSGi singleton service. In other environments the functionality of this factory interface is supplied by SchemaEngine.newInstance(), which acts as a factory method.


Method Summary
 ISchemaEngine newSchemaEngine()
           
 

Method Detail

newSchemaEngine

ISchemaEngine newSchemaEngine()
Returns:
A new schema engine instance with a


Copyright © 2011. All Rights Reserved.