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

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

public class CompositeServicePromotionBuilderImpl
extends java.lang.Object
implements CompositeBuilder

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


Constructor Summary
CompositeServicePromotionBuilderImpl(AssemblyFactory assemblyFactory)
           
 
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

CompositeServicePromotionBuilderImpl

public CompositeServicePromotionBuilderImpl(AssemblyFactory assemblyFactory)
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