org.apache.tuscany.core.sdo
Class DataFactoryObjectFactory
java.lang.Object
org.apache.tuscany.core.sdo.DataFactoryObjectFactory
- All Implemented Interfaces:
- ObjectFactory<DataFactory>
public class DataFactoryObjectFactory
- extends Object
- implements ObjectFactory<DataFactory>
- Version:
- $$Rev$$ $$Date$$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataFactoryObjectFactory
public DataFactoryObjectFactory(ContextResolver resolver)
- Throws:
FactoryInitException
getInstance
public DataFactory getInstance()
throws ObjectCreationException
- Description copied from interface:
ObjectFactory
- Return a instance of the type that this factory creates.
- Specified by:
getInstance
in interface ObjectFactory<DataFactory>
- Returns:
- a instance from this factory
- Throws:
ObjectCreationException
-