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