Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.implementation.java
Interface IntrospectionRegistry

All Superinterfaces:
Introspector

public interface IntrospectionRegistry
extends Introspector

A system service which tracks ImplementationProcessors

Version:
$Rev: 434281 $ $Date: 2006-08-23 18:43:12 -0700 (Wed, 23 Aug 2006) $

Method Summary
 void registerProcessor(ImplementationProcessor processor)
          Registers the given processor and makes it available during assembly evaluation (i.e.
 void unregisterProcessor(ImplementationProcessor processor)
          Deregisters the given processor
 
Methods inherited from interface org.apache.tuscany.spi.implementation.java.Introspector
introspect
 

Method Detail

registerProcessor

void registerProcessor(ImplementationProcessor processor)
Registers the given processor and makes it available during assembly evaluation (i.e. build)


unregisterProcessor

void unregisterProcessor(ImplementationProcessor processor)
Deregisters the given processor


Apache Tuscany SCA Kernel Sub-Project

-