Tuscany Core

Uses of Class
org.apache.tuscany.core.builder.BuilderConfigException

Packages that use BuilderConfigException
org.apache.tuscany.core.builder   
org.apache.tuscany.core.builder.impl   
org.apache.tuscany.core.context.impl   
org.apache.tuscany.core.extension   
org.apache.tuscany.core.runtime   
org.apache.tuscany.core.wire.service   
 

Uses of BuilderConfigException in org.apache.tuscany.core.builder
 

Methods in org.apache.tuscany.core.builder that throw BuilderConfigException
 void WireBuilder.completeTargetChain(TargetWireFactory<?> targetFactory, java.lang.Class targetType, ScopeContext targetScopeContext)
          Finishes processing the target side wire chain.
 void WireBuilder.connect(SourceWireFactory<?> sourceFactory, TargetWireFactory<?> targetFactory, java.lang.Class targetType, boolean downScope, ScopeContext targetScopeContext)
          Connects wire configurations of the source proxy factory to corresponding ones in the target proxy to factory
 

Uses of BuilderConfigException in org.apache.tuscany.core.builder.impl
 

Methods in org.apache.tuscany.core.builder.impl that throw BuilderConfigException
 void DefaultWireBuilder.completeTargetChain(TargetWireFactory targetFactory, java.lang.Class targetType, ScopeContext targetScopeContext)
           
 

Uses of BuilderConfigException in org.apache.tuscany.core.context.impl
 

Methods in org.apache.tuscany.core.context.impl that throw BuilderConfigException
 void AbstractCompositeContext.build(org.apache.tuscany.model.assembly.AssemblyObject model)
           
 void AbstractCompositeContext.completeTargetChain(TargetWireFactory targetFactory, java.lang.Class targetType, ScopeContext targetScopeContext)
           
 void AbstractCompositeContext.connect(SourceWireFactory sourceFactory, TargetWireFactory targetFactory, java.lang.Class targetType, boolean downScope, ScopeContext targetScopeContext)
           
 

Uses of BuilderConfigException in org.apache.tuscany.core.extension
 

Methods in org.apache.tuscany.core.extension that throw BuilderConfigException
 void WireBuilderSupport.completeTargetChain(TargetWireFactory targetFactory, java.lang.Class targetType, ScopeContext targetScopeContext)
           
 void WireBuilderSupport.connect(SourceWireFactory sourceFactory, TargetWireFactory targetFactory, java.lang.Class targetType, boolean downScope, ScopeContext targetScopeContext)
           
 

Uses of BuilderConfigException in org.apache.tuscany.core.runtime
 

Methods in org.apache.tuscany.core.runtime that throw BuilderConfigException
 void RuntimeContextImpl.build(org.apache.tuscany.model.assembly.AssemblyObject model)
           
 void RuntimeContextImpl.completeTargetChain(TargetWireFactory targetFactory, java.lang.Class targetType, ScopeContext targetScopeContext)
           
 void RuntimeContextImpl.connect(SourceWireFactory sourceFactory, TargetWireFactory targetFactory, java.lang.Class targetType, boolean downScope, ScopeContext targetScopeContext)
           
 

Uses of BuilderConfigException in org.apache.tuscany.core.wire.service
 

Methods in org.apache.tuscany.core.wire.service that throw BuilderConfigException
 java.util.List<SourceWireFactory> DefaultWireFactoryService.createSourceFactory(org.apache.tuscany.model.assembly.ConfiguredReference configuredReference)
           
 java.util.List<SourceWireFactory> WireFactoryService.createSourceFactory(org.apache.tuscany.model.assembly.ConfiguredReference configuredReference)
          Creates the source-side wire factory for a reference
 TargetWireFactory WireFactoryService.createTargetFactory(org.apache.tuscany.model.assembly.ConfiguredService configuredService)
          Creates a target-side wire factory for a service implementing a given interface
 


Tuscany Core

-