Apache Tuscany SCA Kernel Sub-Project

Uses of Package
org.apache.tuscany.spi.builder

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

Classes in org.apache.tuscany.spi.builder used by org.apache.tuscany.spi.builder
BindingBuilder
          Responsible for processing a service or reference in an assembly configured with a particular binding.
BindlessBuilder
          Responsible for processing a service or reference in an assembly configured without any binding.
Builder
          Implementations build SCAObject types from model objects.
BuilderConfigException
          Represents an error processing an assembly model
BuilderException
          The root exception for the builder package.
ComponentBuilder
          Responsible for building a Component from an atomic or composite component configured in an assembly
WirePostProcessor
          Implementations are called after inbound and outbound wires are decorated with policy and before they are connected.
WirePostProcessorRegistry
          Acts as a delegating WirePostProcessor, delegating post-processing of wires after policies have been applied and source an targets have been matched but before they are connected.
 

Classes in org.apache.tuscany.spi.builder used by org.apache.tuscany.spi.extension
BindingBuilder
          Responsible for processing a service or reference in an assembly configured with a particular binding.
BuilderRegistry
          Maintains a registry of builders in the runtime, dispatching to the appropriate one as an assembly model is processed into runtime artifacts
ComponentBuilder
          Responsible for building a Component from an atomic or composite component configured in an assembly
Connector
          Implementations are responsible for bridging invocation chains as an assembly is converted to runtime artifacts
 

Classes in org.apache.tuscany.spi.builder used by org.apache.tuscany.spi.policy
BuilderException
          The root exception for the builder package.
 


Apache Tuscany SCA Kernel Sub-Project

-