Tuscany Core

org.apache.tuscany.core.sdo
Class DataFactoryObjectFactory

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

public class DataFactoryObjectFactory
extends java.lang.Object
implements ObjectFactory<commonj.sdo.helper.DataFactory>

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

Constructor Summary
DataFactoryObjectFactory(ContextResolver resolver)
           
 
Method Summary
 commonj.sdo.helper.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 commonj.sdo.helper.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<commonj.sdo.helper.DataFactory>
Returns:
a instance from this factory
Throws:
ObjectCreationException

Tuscany Core

-