Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.builder
Interface WirePostProcessor

All Known Subinterfaces:
WirePostProcessorRegistry
All Known Implementing Classes:
WirePostProcessorExtension

public interface WirePostProcessor

Implementations are called after inbound and outbound wires are decorated with policy and before they are connected.

Version:
$Rev: 441886 $ $Date: 2006-09-09 18:58:51 -0700 (Sat, 09 Sep 2006) $

Method Summary
 void process(InboundWire source, OutboundWire target)
           
 void process(OutboundWire source, InboundWire target)
           
 

Method Detail

process

void process(OutboundWire source,
             InboundWire target)
Parameters:
source -
target -

process

void process(InboundWire source,
             OutboundWire target)
Parameters:
source -
target -

Apache Tuscany SCA Kernel Sub-Project

-