org.apache.tuscany.spi.builder
Interface ComponentBuilder<I extends Implementation<?>>
- All Known Implementing Classes:
- ComponentBuilderExtension
public interface ComponentBuilder<I extends Implementation<?>>
Responsible for building a Component
from an atomic or composite component configured in an assembly
- Version:
- $Rev: 441893 $ $Date: 2006-09-09 20:41:09 -0700 (Sat, 09 Sep 2006) $
build
Component build(CompositeComponent parent,
ComponentDefinition<I> componentDefinition,
DeploymentContext deploymentContext)
throws BuilderConfigException
- Throws:
BuilderConfigException
-