Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.builder
Interface BindlessBuilder


public interface BindlessBuilder

Responsible for processing a service or reference in an assembly configured without any 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
 Service build(CompositeComponent parent, BindlessServiceDefinition serviceDefinition, DeploymentContext deploymentContext)
           
 Reference build(CompositeComponent parent, ReferenceDefinition referenceDefinition, DeploymentContext deploymentContext)
           
 

Method Detail

build

Service build(CompositeComponent parent,
              BindlessServiceDefinition serviceDefinition,
              DeploymentContext deploymentContext)

build

Reference build(CompositeComponent parent,
                ReferenceDefinition referenceDefinition,
                DeploymentContext deploymentContext)

Apache Tuscany SCA Kernel Sub-Project

-