Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.builder
Interface BindingBuilder<B extends Binding>

All Known Implementing Classes:
BindingBuilderExtension

public interface BindingBuilder<B extends Binding>

Responsible for processing a service or reference in an assembly configured with a particular binding. The builder will create and return corresponding Service or Reference

Version:
$Rev: 441893 $ $Date: 2006-09-09 20:41:09 -0700 (Sat, 09 Sep 2006) $

Method Summary
 Reference build(CompositeComponent parent, BoundReferenceDefinition<B> boundReferenceDefinition, DeploymentContext deploymentContext)
           
 Service build(CompositeComponent parent, BoundServiceDefinition<B> boundServiceDefinition, DeploymentContext deploymentContext)
           
 

Method Detail

build

Service build(CompositeComponent parent,
              BoundServiceDefinition<B> boundServiceDefinition,
              DeploymentContext deploymentContext)

build

Reference build(CompositeComponent parent,
                BoundReferenceDefinition<B> boundReferenceDefinition,
                DeploymentContext deploymentContext)

Apache Tuscany SCA Kernel Sub-Project

-