Tuscany Core

org.apache.tuscany.core.sdo
Class XMLHelperObjectFactory

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

public class XMLHelperObjectFactory
extends java.lang.Object
implements ObjectFactory<commonj.sdo.helper.XMLHelper>

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

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

XMLHelperObjectFactory

public XMLHelperObjectFactory(ContextResolver resolver)
Throws:
FactoryInitException
Method Detail

getInstance

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

Tuscany Core

-