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

For more information, please explore the Attic.



org.apache.tuscany.sca.implementation.node.builder.impl
Class NodeCompositeBuilderImpl

java.lang.Object
  extended by org.apache.tuscany.sca.assembly.builder.impl.BaseConfigurationBuilderImpl
      extended by org.apache.tuscany.sca.implementation.node.builder.impl.NodeCompositeBuilderImpl
All Implemented Interfaces:
CompositeBuilder

public class NodeCompositeBuilderImpl
extends BaseConfigurationBuilderImpl
implements CompositeBuilder

A composite builder that handles the configuration of composites assigned to node components, from the default configuration from the node components.


Constructor Summary
NodeCompositeBuilderImpl(AssemblyFactory assemblyFactory, SCABindingFactory scaBindingFactory, javax.xml.parsers.DocumentBuilderFactory documentBuilderFactory, javax.xml.transform.TransformerFactory transformerFactory, InterfaceContractMapper interfaceContractMapper, SCADefinitions policyDefinitions, Monitor monitor)
           
NodeCompositeBuilderImpl(AssemblyFactory assemblyFactory, SCABindingFactory scaBindingFactory, InterfaceContractMapper interfaceContractMapper, SCADefinitions policyDefinitions, Monitor monitor)
          Deprecated. 
 
Method Summary
 void build(Composite composite)
          Build a composite.
 
Methods inherited from class org.apache.tuscany.sca.assembly.builder.impl.BaseConfigurationBuilderImpl
configureBindingURIs, configureBindingURIsAndNames, configureComponents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeCompositeBuilderImpl

@Deprecated
public NodeCompositeBuilderImpl(AssemblyFactory assemblyFactory,
                                           SCABindingFactory scaBindingFactory,
                                           InterfaceContractMapper interfaceContractMapper,
                                           SCADefinitions policyDefinitions,
                                           Monitor monitor)
Deprecated. 


NodeCompositeBuilderImpl

public NodeCompositeBuilderImpl(AssemblyFactory assemblyFactory,
                                SCABindingFactory scaBindingFactory,
                                javax.xml.parsers.DocumentBuilderFactory documentBuilderFactory,
                                javax.xml.transform.TransformerFactory transformerFactory,
                                InterfaceContractMapper interfaceContractMapper,
                                SCADefinitions policyDefinitions,
                                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