org.apache.tuscany.sca.core.invocation
Class ExtensibleWireProcessor

java.lang.Object
  extended by org.apache.tuscany.sca.core.invocation.ExtensibleWireProcessor
All Implemented Interfaces:
RuntimeWireProcessor

public class ExtensibleWireProcessor
extends java.lang.Object
implements RuntimeWireProcessor

The default implementation of an extensible WireProcessor


Constructor Summary
ExtensibleWireProcessor(RuntimeWireProcessorExtensionPoint processors)
           
 
Method Summary
 void process(RuntimeWire wire)
          Process the runtime wire to add interceptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensibleWireProcessor

public ExtensibleWireProcessor(RuntimeWireProcessorExtensionPoint processors)
Method Detail

process

public void process(RuntimeWire wire)
Description copied from interface: RuntimeWireProcessor
Process the runtime wire to add interceptors

Specified by:
process in interface RuntimeWireProcessor