org.apache.tuscany.sca.implementation.java.invocation
Class JavaCallbackRuntimeWireProcessor

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

public class JavaCallbackRuntimeWireProcessor
extends java.lang.Object
implements RuntimeWireProcessor


Constructor Summary
JavaCallbackRuntimeWireProcessor(InterfaceContractMapper interfaceContractMapper, JavaInterfaceFactory javaInterfaceFactory)
           
 
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

JavaCallbackRuntimeWireProcessor

public JavaCallbackRuntimeWireProcessor(InterfaceContractMapper interfaceContractMapper,
                                        JavaInterfaceFactory javaInterfaceFactory)
Parameters:
interfaceContractMapper -
javaInterfaceFactory -
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