org.apache.tuscany.sca.assembly.builder.impl
Class ComponentReferencePromotionWireBuilderImpl

java.lang.Object
  extended by org.apache.tuscany.sca.assembly.builder.impl.ComponentReferencePromotionWireBuilderImpl
All Implemented Interfaces:
CompositeBuilder

public class ComponentReferencePromotionWireBuilderImpl
extends java.lang.Object
implements CompositeBuilder

A composite builder that handles the creation of promoted composite services.


Constructor Summary
ComponentReferencePromotionWireBuilderImpl(AssemblyFactory assemblyFactory, EndpointFactory endpointFactory, Monitor monitor)
           
 
Method Summary
 void build(Composite composite)
          Build a composite.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentReferencePromotionWireBuilderImpl

public ComponentReferencePromotionWireBuilderImpl(AssemblyFactory assemblyFactory,
                                                  EndpointFactory endpointFactory,
                                                  Monitor monitor)
Method Detail

build

public void build(Composite composite)
           throws CompositeBuilderException
Description copied from interface: CompositeBuilder
Build a composite.

Specified by:
build in interface CompositeBuilder
Throws:
CompositeBuilderException