org.apache.tuscany.core.sdo
Class TypeHelperObjectFactory
java.lang.Object
org.apache.tuscany.core.sdo.TypeHelperObjectFactory
- All Implemented Interfaces:
- ObjectFactory<TypeHelper>
public class TypeHelperObjectFactory
- extends Object
- implements ObjectFactory<TypeHelper>
- Version:
- $$Rev$$ $$Date$$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeHelperObjectFactory
public TypeHelperObjectFactory(ContextResolver resolver)
- Throws:
FactoryInitException
getInstance
public 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<TypeHelper>
- Returns:
- a instance from this factory
- Throws:
ObjectCreationException
-