org.apache.tuscany.sca.runtime
Interface RuntimeWireProcessorExtensionPoint

All Known Implementing Classes:
DefaultWireProcessorExtensionPoint

public interface RuntimeWireProcessorExtensionPoint

Acts as a delegating WireProcessorExtensionPoint, delegating processing of wires after policies have been applied and source and targets have been connected.

Version:
$Rev: 539359 $ $Date: 2007-05-18 11:06:21 +0100 (Fri, 18 May 2007) $

Method Summary
 void addWireProcessor(RuntimeWireProcessor processor)
          Registers a wire-processor in the runtime
 java.util.List<RuntimeWireProcessor> getWireProcessors()
          Returns a list of registered wire-processors.
 void removeWireProcessor(RuntimeWireProcessor processor)
          De-registers a wire-processor in the runtime
 

Method Detail

addWireProcessor

void addWireProcessor(RuntimeWireProcessor processor)
Registers a wire-processor in the runtime

Parameters:
processor - The processor to register

removeWireProcessor

void removeWireProcessor(RuntimeWireProcessor processor)
De-registers a wire-processor in the runtime

Parameters:
processor - The processor to de-register

getWireProcessors

java.util.List<RuntimeWireProcessor> getWireProcessors()
Returns a list of registered wire-processors.

Returns:
The list of wire processors