2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.



org.apache.tuscany.sca.assembly.builder
Interface BindingBuilder

All Known Implementing Classes:
BindingBuilderImpl

public interface BindingBuilder

A builder that handles any build-time configuration needed by bindings.


Method Summary
 void build(Component component, AbstractContract contract, Binding binding, Monitor monitor)
          Configure a binding.
 

Method Detail

build

void build(Component component,
           AbstractContract contract,
           Binding binding,
           Monitor monitor)
Configure a binding.

Parameters:
component - The component for the binding's service or reference
contract - The binding's service or reference