Tuscany Core

org.apache.tuscany.core.sdo
Class DataFactoryObjectFactory

java.lang.Object
  extended by org.apache.tuscany.core.sdo.DataFactoryObjectFactory
All Implemented Interfaces:
ObjectFactory<DataFactory>

public class DataFactoryObjectFactory
extends Object
implements ObjectFactory<DataFactory>

Version:
$$Rev$$ $$Date$$

Constructor Summary
DataFactoryObjectFactory(ContextResolver resolver)
           
 
Method Summary
 DataFactory getInstance()
          Return a instance of the type that this factory creates.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFactoryObjectFactory

public DataFactoryObjectFactory(ContextResolver resolver)
Throws:
FactoryInitException
Method Detail

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

Tuscany Core

-