Apache Tuscany SCA Kernel Sub-Project

Uses of Class
org.apache.tuscany.spi.model.BoundServiceDefinition

Packages that use BoundServiceDefinition
org.apache.tuscany.spi.builder   
org.apache.tuscany.spi.extension   
 

Uses of BoundServiceDefinition in org.apache.tuscany.spi.builder
 

Methods in org.apache.tuscany.spi.builder with parameters of type BoundServiceDefinition
 Service BindingBuilder.build(CompositeComponent parent, BoundServiceDefinition<B> boundServiceDefinition, DeploymentContext deploymentContext)
           
<B extends Binding>
SCAObject
Builder.build(CompositeComponent parent, BoundServiceDefinition<B> boundServiceDefinition, DeploymentContext deploymentContext)
          TODO: JavaDoc this when we know if we will still register Services as contexts
 

Uses of BoundServiceDefinition in org.apache.tuscany.spi.extension
 

Methods in org.apache.tuscany.spi.extension with parameters of type BoundServiceDefinition
 Service BindingBuilderExtension.build(CompositeComponent parent, BoundServiceDefinition<B> boundServiceDefinition, DeploymentContext deploymentContext)
           
 


Apache Tuscany SCA Kernel Sub-Project

-