Apache Tuscany SCA Kernel Sub-Project

Uses of Interface
org.apache.tuscany.spi.implementation.java.ImplementationProcessor

Packages that use ImplementationProcessor
org.apache.tuscany.spi.implementation.java   
 

Uses of ImplementationProcessor in org.apache.tuscany.spi.implementation.java
 

Classes in org.apache.tuscany.spi.implementation.java that implement ImplementationProcessor
 class AbstractPropertyProcessor<A extends Annotation>
          Base class for ImplementationProcessors that handle annotations that add Properties.
 class ImplementationProcessorExtension
          A convenience class for annotation processors which alleviates the need to implement unused callbacks
 

Methods in org.apache.tuscany.spi.implementation.java with parameters of type ImplementationProcessor
 void IntrospectionRegistry.registerProcessor(ImplementationProcessor processor)
          Registers the given processor and makes it available during assembly evaluation (i.e.
 void IntrospectionRegistry.unregisterProcessor(ImplementationProcessor processor)
          Deregisters the given processor
 


Apache Tuscany SCA Kernel Sub-Project

-