Tuscany Core

Uses of Class
org.apache.tuscany.core.system.annotation.Autowire

Packages that use Autowire
org.apache.tuscany.core.async.builder   
org.apache.tuscany.core.builder.system   
org.apache.tuscany.core.config.impl   
org.apache.tuscany.core.config.processor   
org.apache.tuscany.core.context.impl   
org.apache.tuscany.core.extension   
org.apache.tuscany.core.loader.assembly   
org.apache.tuscany.core.loader.system   
org.apache.tuscany.core.wire.service   
 

Uses of Autowire in org.apache.tuscany.core.async.builder
 

Methods in org.apache.tuscany.core.async.builder with annotations of type Autowire
 void AsyncPolicyBuilder.setBuilderRegistry(PolicyBuilderRegistry builderRegistry)
           
 void AsyncPolicyBuilder.setMessageFactory(MessageFactory messageFactory)
           
 void AsyncPolicyBuilder.setWorkManager(javax.resource.spi.work.WorkManager workManager)
           
 

Uses of Autowire in org.apache.tuscany.core.builder.system
 

Methods in org.apache.tuscany.core.builder.system with annotations of type Autowire
 void DefaultPolicyBuilderRegistry.setSourceOrderer(SourcePolicyOrderer orderer)
           
 void DefaultPolicyBuilderRegistry.setTargetOrderer(TargetPolicyOrderer orderer)
           
 

Uses of Autowire in org.apache.tuscany.core.config.impl
 

Methods in org.apache.tuscany.core.config.impl with annotations of type Autowire
 void Java5ComponentTypeIntrospector.setFactory(SystemAssemblyFactory factory)
           
 

Uses of Autowire in org.apache.tuscany.core.config.processor
 

Methods in org.apache.tuscany.core.config.processor with annotations of type Autowire
 void ImplementationProcessorSupport.setFactory(org.apache.tuscany.model.assembly.AssemblyFactory factory)
           
 void ImplementationProcessorSupport.setIntrospector(ComponentTypeIntrospector introspector)
           
 

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

Fields in org.apache.tuscany.core.context.impl with annotations of type Autowire
protected  ConfigurationContext AbstractCompositeContext.configurationContext
           
 

Methods in org.apache.tuscany.core.context.impl with annotations of type Autowire
 void AbstractCompositeContext.setAutowireContext(AutowireContext context)
           
 void CompositeContextImpl.setScopeStrategy(ScopeStrategy scopeStrategy)
           
 

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

Methods in org.apache.tuscany.core.extension with annotations of type Autowire
 void ContextFactoryBuilderSupport.setBuilderRegistry(ContextFactoryBuilderRegistry builderRegistry)
           
 void EntryPointBuilderSupport.setBuilderRegistry(ContextFactoryBuilderRegistry registry)
           
 void ExternalServiceBuilderSupport.setBuilderRegistry(ContextFactoryBuilderRegistry registry)
           
 void EntryPointBuilderSupport.setMessageFactory(MessageFactory msgFactory)
          Sets the factory used to construct wire messages
 void WireBuilderSupport.setRuntimeContext(RuntimeContext context)
           
 void ContextFactoryBuilderSupport.setWireFactoryService(WireFactoryService wireFactoryService)
          Sets the system service used to construct wire factories
 void EntryPointBuilderSupport.setWireService(WireFactoryService wireService)
           
 void ExternalServiceBuilderSupport.setWireService(WireFactoryService wireService)
           
 

Uses of Autowire in org.apache.tuscany.core.loader.assembly
 

Methods in org.apache.tuscany.core.loader.assembly with annotations of type Autowire
 void ComponentLoader.setDefaultPropertyFactory(StAXPropertyFactory<?> defaultPropertyFactory)
           
 void AbstractLoader.setFactory(SystemAssemblyFactory factory)
           
 void AbstractLoader.setRegistry(StAXLoaderRegistry registry)
           
 void ImportWSDLLoader.setWsdlRegistry(WSDLDefinitionRegistry wsdlRegistry)
           
 void InterfaceWSDLLoader.setWsdlRegistry(WSDLDefinitionRegistry wsdlRegistry)
           
 

Uses of Autowire in org.apache.tuscany.core.loader.system
 

Methods in org.apache.tuscany.core.loader.system with annotations of type Autowire
 void SystemImplementationLoader.setIntrospector(ComponentTypeIntrospector introspector)
           
 

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

Methods in org.apache.tuscany.core.wire.service with annotations of type Autowire
 void DefaultWireFactoryService.setMessageFactory(MessageFactory messageFactory)
           
 void DefaultWireFactoryService.setPolicyRegistry(PolicyBuilderRegistry policyRegistry)
           
 void DefaultWireFactoryService.setWireFactoryService(WireFactoryFactory wireFactoryFactory)
           
 


Tuscany Core

-