Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.idl.java
Interface JavaInterfaceProcessorRegistry

All Superinterfaces:
InterfaceJavaIntrospector

public interface JavaInterfaceProcessorRegistry
extends InterfaceJavaIntrospector

A registry of JavaInterfaceProcessors. Interface processors update a service contract definition based on a Java interface

Version:
$Rev: 437540 $ $Date: 2006-08-27 22:39:00 -0700 (Sun, 27 Aug 2006) $

Method Summary
 void registerProcessor(JavaInterfaceProcessor processor)
          Registers the given processor
 void unregisterProcessor(JavaInterfaceProcessor processor)
          Deregisters the given processor
 
Methods inherited from interface org.apache.tuscany.spi.idl.java.InterfaceJavaIntrospector
introspect, introspect
 

Method Detail

registerProcessor

void registerProcessor(JavaInterfaceProcessor processor)
Registers the given processor


unregisterProcessor

void unregisterProcessor(JavaInterfaceProcessor processor)
Deregisters the given processor


Apache Tuscany SCA Kernel Sub-Project

-