Tuscany Core

Uses of Interface
org.apache.tuscany.core.system.assembly.SystemAssemblyFactory

Packages that use SystemAssemblyFactory
org.apache.tuscany.core.config.impl   
org.apache.tuscany.core.loader.assembly   
org.apache.tuscany.core.system.assembly.impl   
 

Uses of SystemAssemblyFactory in org.apache.tuscany.core.config.impl
 

Methods in org.apache.tuscany.core.config.impl with parameters of type SystemAssemblyFactory
 void Java5ComponentTypeIntrospector.setFactory(SystemAssemblyFactory factory)
           
 

Uses of SystemAssemblyFactory in org.apache.tuscany.core.loader.assembly
 

Fields in org.apache.tuscany.core.loader.assembly declared as SystemAssemblyFactory
protected  SystemAssemblyFactory AbstractLoader.factory
           
 

Methods in org.apache.tuscany.core.loader.assembly with parameters of type SystemAssemblyFactory
 void AbstractLoader.setFactory(SystemAssemblyFactory factory)
           
 

Uses of SystemAssemblyFactory in org.apache.tuscany.core.system.assembly.impl
 

Classes in org.apache.tuscany.core.system.assembly.impl that implement SystemAssemblyFactory
 class SystemAssemblyFactoryImpl
          The default implementation of the system assembly factory
 


Tuscany Core

-