Tuscany Core

org.apache.tuscany.core.sdo
Class TypeHelperObjectFactory

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

public class TypeHelperObjectFactory
extends java.lang.Object
implements ObjectFactory<commonj.sdo.helper.TypeHelper>

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

Constructor Summary
TypeHelperObjectFactory(ContextResolver resolver)
           
 
Method Summary
 commonj.sdo.helper.TypeHelper 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

TypeHelperObjectFactory

public TypeHelperObjectFactory(ContextResolver resolver)
Throws:
FactoryInitException
Method Detail

getInstance

public commonj.sdo.helper.TypeHelper 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.TypeHelper>
Returns:
a instance from this factory
Throws:
ObjectCreationException

Tuscany Core

-