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

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

public class JavaPolicyHandlingRuntimeWireProcessor
extends java.lang.Object
implements RuntimeWireProcessor

Processor to inject policy handling interceptor whenever PolicySets are specified in a Java Implementation


Constructor Summary
JavaPolicyHandlingRuntimeWireProcessor()
           
 
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

JavaPolicyHandlingRuntimeWireProcessor

public JavaPolicyHandlingRuntimeWireProcessor()
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