Tuscany Assembly Model

Uses of Interface
org.apache.tuscany.model.assembly.Wire

Packages that use Wire
org.apache.tuscany.model.assembly   
org.apache.tuscany.model.assembly.impl   
 

Uses of Wire in org.apache.tuscany.model.assembly
 

Methods in org.apache.tuscany.model.assembly that return Wire
 Wire AssemblyFactory.createWire()
          Create a wire
 

Methods in org.apache.tuscany.model.assembly that return types with arguments of type Wire
 List<Wire> Composite.getWires()
          Returns the wires contained in this composite.
 

Uses of Wire in org.apache.tuscany.model.assembly.impl
 

Classes in org.apache.tuscany.model.assembly.impl that implement Wire
 class WireImpl
          An implementation of Wire.
 

Methods in org.apache.tuscany.model.assembly.impl that return Wire
 Wire AssemblyFactoryImpl.createWire()
           
 

Methods in org.apache.tuscany.model.assembly.impl that return types with arguments of type Wire
 List<Wire> CompositeImpl.getWires()
           
 


Tuscany Assembly Model

-