org.apache.tuscany.sca.runtime
Interface RuntimeWireProcessor

All Known Implementing Classes:
DataBindingRuntimeWireProcessor, ExtensibleWireProcessor, JavaCallbackRuntimeWireProcessor, JavaPolicyHandlingRuntimeWireProcessor

public interface RuntimeWireProcessor

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


Method Summary
 void process(RuntimeWire wire)
          Process the runtime wire to add interceptors
 

Method Detail

process

void process(RuntimeWire wire)
Process the runtime wire to add interceptors

Parameters:
wire -