Tuscany Core

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

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

Uses of SystemImplementation in org.apache.tuscany.core.loader.system
 

Methods in org.apache.tuscany.core.loader.system that return SystemImplementation
 SystemImplementation SystemImplementationLoader.load(javax.xml.stream.XMLStreamReader reader, LoaderContext loaderContext)
           
 

Uses of SystemImplementation in org.apache.tuscany.core.system.assembly
 

Methods in org.apache.tuscany.core.system.assembly that return SystemImplementation
 SystemImplementation SystemAssemblyFactory.createSystemImplementation()
          Returns an assembly model artifact representing a system component implementation
 

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

Classes in org.apache.tuscany.core.system.assembly.impl that implement SystemImplementation
 class SystemImplementationImpl
          The default implementation of the system implementation assembly artifact
 

Methods in org.apache.tuscany.core.system.assembly.impl that return SystemImplementation
 SystemImplementation SystemAssemblyFactoryImpl.createSystemImplementation()
           
 


Tuscany Core

-