Apache Tuscany SCA Kernel Sub-Project

Uses of Class
org.apache.tuscany.spi.ObjectCreationException

Packages that use ObjectCreationException
org.apache.tuscany.spi   
org.apache.tuscany.spi.component   
 

Uses of ObjectCreationException in org.apache.tuscany.spi
 

Methods in org.apache.tuscany.spi that throw ObjectCreationException
 T ObjectFactory.getInstance()
          Return a instance of the type that this factory creates.
 

Uses of ObjectCreationException in org.apache.tuscany.spi.component
 

Methods in org.apache.tuscany.spi.component that throw ObjectCreationException
 Object AtomicComponent.createInstance()
          Creates a new implementation instance, generally used as a callback by a ScopeContainer
 


Apache Tuscany SCA Kernel Sub-Project

-