Apache Tuscany SCA Kernel Sub-Project

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

Packages that use Binding
org.apache.tuscany.spi.builder   
org.apache.tuscany.spi.extension   
org.apache.tuscany.spi.model   
 

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

Classes in org.apache.tuscany.spi.builder with type parameters of type Binding
 interface BindingBuilder<B extends Binding>
          Responsible for processing a service or reference in an assembly configured with a particular binding.
 

Methods in org.apache.tuscany.spi.builder with type parameters of type Binding
<B extends Binding>
SCAObject
Builder.build(CompositeComponent parent, BoundReferenceDefinition<B> boundReferenceDefinition, DeploymentContext deploymentContext)
          TODO: JavaDoc this when we know if we will still register References as contexts
<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
<B extends Binding>
void
BuilderRegistry.register(BindingBuilder<B> builder)
          TODO: JavaDoc this once we know if we will be building contexts for bindings
<B extends Binding>
void
BuilderRegistry.register(Class<B> implClass, BindingBuilder<B> builder)
          TODO: JavaDoc this once we know if we will be building contexts for bindings
 

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

Classes in org.apache.tuscany.spi.extension with type parameters of type Binding
 class BindingBuilderExtension<B extends Binding>
          An extension point for binding builders.
 

Uses of Binding in org.apache.tuscany.spi.model
 

Classes in org.apache.tuscany.spi.model with type parameters of type Binding
 class BoundReferenceDefinition<B extends Binding>
          Represents a reference configured with a binding in a composite
 class BoundServiceDefinition<B extends Binding>
          Represents a service offered by a component, that has a particular binding associated with it.
 


Apache Tuscany SCA Kernel Sub-Project

-