Uses of Interface
org.apache.tuscany.sca.assembly.Implementation

Packages that use Implementation
org.apache.tuscany.sca.assembly   
org.apache.tuscany.sca.provider   
 

Uses of Implementation in org.apache.tuscany.sca.assembly
 

Subinterfaces of Implementation in org.apache.tuscany.sca.assembly
 interface Composite
          Represents a composite.
 

Methods in org.apache.tuscany.sca.assembly that return Implementation
 Implementation Component.getImplementation()
          Returns the component implementation.
 

Methods in org.apache.tuscany.sca.assembly with parameters of type Implementation
 void Component.setImplementation(Implementation implementation)
          Sets the component implementation
 

Uses of Implementation in org.apache.tuscany.sca.provider
 

Classes in org.apache.tuscany.sca.provider with type parameters of type Implementation
 interface ImplementationProviderFactory<M extends Implementation>
          An interface for factories that create implementation providers.