Tuscany Core

org.apache.tuscany.core.sdo
Class XSDHelperObjectFactory

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

public class XSDHelperObjectFactory
extends java.lang.Object
implements ObjectFactory<commonj.sdo.helper.XSDHelper>

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

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

XSDHelperObjectFactory

public XSDHelperObjectFactory(ContextResolver resolver)
Throws:
FactoryInitException
Method Detail

getInstance

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

Tuscany Core

-