Tuscany Core

Uses of Interface
org.apache.tuscany.core.wire.SourceWireFactory

Packages that use SourceWireFactory
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.system.config   
org.apache.tuscany.core.wire   
org.apache.tuscany.core.wire.jdk   
org.apache.tuscany.core.wire.service   
 

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

Methods in org.apache.tuscany.core.builder that return types with arguments of type SourceWireFactory
 java.util.List<SourceWireFactory> ContextFactory.getSourceWireFactories()
          Returns a collection of source-side wire factories for references.
 

Methods in org.apache.tuscany.core.builder with parameters of type SourceWireFactory
 void ContextFactory.addSourceWireFactory(java.lang.String referenceName, SourceWireFactory factory)
          Adds a source-side wire factory for the given reference.
 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
 

Method parameters in org.apache.tuscany.core.builder with type arguments of type SourceWireFactory
 void ContextFactory.addSourceWireFactories(java.lang.String referenceName, java.lang.Class referenceInterface, java.util.List<SourceWireFactory> factory, boolean multiplicity)
          Adds a set of source-side wire factories for the given reference.
 

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

Methods in org.apache.tuscany.core.builder.impl with parameters of type SourceWireFactory
 void DefaultWireBuilder.connect(SourceWireFactory<?> sourceFactory, TargetWireFactory<?> targetFactory, java.lang.Class targetType, boolean downScope, ScopeContext targetScopeContext)
           
 

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

Methods in org.apache.tuscany.core.context.impl with parameters of type SourceWireFactory
 void AbstractCompositeContext.connect(SourceWireFactory sourceFactory, TargetWireFactory targetFactory, java.lang.Class targetType, boolean downScope, ScopeContext targetScopeContext)
           
 

Constructors in org.apache.tuscany.core.context.impl with parameters of type SourceWireFactory
EntryPointContextImpl(java.lang.String name, SourceWireFactory sourceWireFactory, MessageFactory messageFactory)
          Creates a new entry point
 

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

Methods in org.apache.tuscany.core.extension that return types with arguments of type SourceWireFactory
 java.util.List<SourceWireFactory> EntryPointContextFactory.getSourceWireFactories()
           
 java.util.List<SourceWireFactory> ExternalServiceContextFactory.getSourceWireFactories()
           
 

Methods in org.apache.tuscany.core.extension with parameters of type SourceWireFactory
 void EntryPointContextFactory.addSourceWireFactory(java.lang.String refName, SourceWireFactory factory)
           
 void ExternalServiceContextFactory.addSourceWireFactory(java.lang.String referenceName, SourceWireFactory factory)
           
 void WireBuilderSupport.connect(SourceWireFactory sourceFactory, TargetWireFactory targetFactory, java.lang.Class targetType, boolean downScope, ScopeContext targetScopeContext)
           
 

Method parameters in org.apache.tuscany.core.extension with type arguments of type SourceWireFactory
 void EntryPointContextFactory.addSourceWireFactories(java.lang.String referenceName, java.lang.Class referenceInterface, java.util.List<SourceWireFactory> factories, boolean multiplicity)
           
 void ExternalServiceContextFactory.addSourceWireFactories(java.lang.String referenceName, java.lang.Class referenceInterface, java.util.List<SourceWireFactory> factory, boolean multiplicity)
           
 

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

Methods in org.apache.tuscany.core.runtime with parameters of type SourceWireFactory
 void RuntimeContextImpl.connect(SourceWireFactory sourceFactory, TargetWireFactory targetFactory, java.lang.Class targetType, boolean downScope, ScopeContext targetScopeContext)
           
 

Uses of SourceWireFactory in org.apache.tuscany.core.system.config
 

Methods in org.apache.tuscany.core.system.config that return types with arguments of type SourceWireFactory
 java.util.List<SourceWireFactory> SystemContextFactory.getSourceWireFactories()
           
 java.util.List<SourceWireFactory> SystemEntryPointContextFactory.getSourceWireFactories()
           
 java.util.List<SourceWireFactory> SystemExternalServiceContextFactory.getSourceWireFactories()
           
 

Methods in org.apache.tuscany.core.system.config with parameters of type SourceWireFactory
 void SystemContextFactory.addSourceWireFactory(java.lang.String referenceName, SourceWireFactory factory)
           
 void SystemEntryPointContextFactory.addSourceWireFactory(java.lang.String referenceName, SourceWireFactory pFactory)
           
 void SystemExternalServiceContextFactory.addSourceWireFactory(java.lang.String referenceName, SourceWireFactory pFactory)
           
 void SystemObjectContextFactory.addSourceWireFactory(java.lang.String referenceName, SourceWireFactory factory)
           
 

Method parameters in org.apache.tuscany.core.system.config with type arguments of type SourceWireFactory
 void SystemContextFactory.addSourceWireFactories(java.lang.String referenceName, java.lang.Class referenceInterface, java.util.List<SourceWireFactory> factory, boolean multiplicity)
           
 void SystemEntryPointContextFactory.addSourceWireFactories(java.lang.String referenceName, java.lang.Class referenceInterface, java.util.List<SourceWireFactory> factory, boolean multiplicity)
           
 void SystemExternalServiceContextFactory.addSourceWireFactories(java.lang.String referenceName, java.lang.Class referenceInterface, java.util.List<SourceWireFactory> factory, boolean multiplicity)
           
 

Uses of SourceWireFactory in org.apache.tuscany.core.wire
 

Methods in org.apache.tuscany.core.wire that return SourceWireFactory
 SourceWireFactory WireFactoryFactory.createSourceWireFactory()
          Creates a source-side wire factory
 

Uses of SourceWireFactory in org.apache.tuscany.core.wire.jdk
 

Classes in org.apache.tuscany.core.wire.jdk that implement SourceWireFactory
 class JDKSourceWireFactory
          Creates proxies that are injected on references using JDK dynamic proxy facilities and front a wire.
 

Methods in org.apache.tuscany.core.wire.jdk that return SourceWireFactory
 SourceWireFactory JDKWireFactoryFactory.createSourceWireFactory()
           
 

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

Methods in org.apache.tuscany.core.wire.service that return types with arguments of type SourceWireFactory
 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
 


Tuscany Core

-