Tuscany Core

Uses of Interface
org.apache.tuscany.core.extension.config.ImplementationProcessor

Packages that use ImplementationProcessor
org.apache.tuscany.core.config   
org.apache.tuscany.core.config.impl   
org.apache.tuscany.core.config.processor   
org.apache.tuscany.core.sdo.helper   
org.apache.tuscany.core.system.config.processor   
 

Uses of ImplementationProcessor in org.apache.tuscany.core.config
 

Methods in org.apache.tuscany.core.config with parameters of type ImplementationProcessor
 void ComponentTypeIntrospector.registerProcessor(ImplementationProcessor processor)
          Registers an annotation processor
 void ComponentTypeIntrospector.unregisterProcessor(ImplementationProcessor processor)
          De-registers an annotation processor
 

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

Methods in org.apache.tuscany.core.config.impl with parameters of type ImplementationProcessor
 void Java5ComponentTypeIntrospector.registerProcessor(ImplementationProcessor processor)
           
 void Java5ComponentTypeIntrospector.unregisterProcessor(ImplementationProcessor processor)
           
 

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

Classes in org.apache.tuscany.core.config.processor that implement ImplementationProcessor
 class ComponentNameProcessor
          Processes the ComponentName annotation
 class ContextProcessor
          Processes the Context annotation
 class DefaultProcessor
          Adds public methods and public/protected fields as properties that are not declared explicitly with an Property or Reference annotation
 class DestroyProcessor
          Processes a Destroy
 class ImplementationProcessorSupport
          A base implementation of an ImplementationProcessor
 class InitProcessor
          Processes the Init annotation
 class PropertyProcessor
          Processes the Property annotation
 class PropertyReferenceValidator
          Validates the use of Property and Reference annotations beyond native Java syntactic capabilities
 class ReferenceProcessor
          Processes the Reference annotation
 class ScopeProcessor
          Processes the Scope annotation
 class ServiceProcessor
          Processes the Service annotation
 

Methods in org.apache.tuscany.core.config.processor that return types with arguments of type ImplementationProcessor
static java.util.List<ImplementationProcessor> ProcessorUtils.createCoreProcessors(org.apache.tuscany.model.assembly.AssemblyFactory factory)
           
 

Uses of ImplementationProcessor in org.apache.tuscany.core.sdo.helper
 

Classes in org.apache.tuscany.core.sdo.helper that implement ImplementationProcessor
 class SDOHelperProcessor
           
 

Uses of ImplementationProcessor in org.apache.tuscany.core.system.config.processor
 

Classes in org.apache.tuscany.core.system.config.processor that implement ImplementationProcessor
 class AutowireProcessor
          Processes Autowire annotations
 class MonitorProcessor
          Processes Autowire annotations
 class ParentContextProcessor
          Processes Autowire annotations
 


Tuscany Core

-