Tuscany Core

Uses of Class
org.apache.tuscany.core.config.processor.ImplementationProcessorSupport

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

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

Subclasses of ImplementationProcessorSupport in org.apache.tuscany.core.config.processor
 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 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
 

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

Subclasses of ImplementationProcessorSupport in org.apache.tuscany.core.sdo.helper
 class SDOHelperProcessor
           
 

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

Subclasses of ImplementationProcessorSupport in org.apache.tuscany.core.system.config.processor
 class AutowireProcessor
          Processes Autowire annotations
 class MonitorProcessor
          Processes Autowire annotations
 class ParentContextProcessor
          Processes Autowire annotations
 


Tuscany Core

-