Apache Tuscany SCA Kernel Sub-Project

Uses of Interface
org.apache.tuscany.spi.wire.Interceptor

Packages that use Interceptor
org.apache.tuscany.spi.wire   
 

Uses of Interceptor in org.apache.tuscany.spi.wire
 

Methods in org.apache.tuscany.spi.wire that return Interceptor
 Interceptor InvocationChain.getHeadInterceptor()
          Returns the first interceptor in the chain
 Interceptor Interceptor.getNext()
          Returns the next interceptor or null
 Interceptor InvocationChain.getTailInterceptor()
          Returns the last interceptor in the chain
 Interceptor InvocationChain.getTargetInterceptor()
          Returns the head interceptor of the birdged target-side chain
 

Methods in org.apache.tuscany.spi.wire with parameters of type Interceptor
 void InvocationChain.addInterceptor(Interceptor interceptor)
          Adds an interceptor to the chain
 void InvocationChain.addInterceptor(int index, Interceptor interceptor)
          Adds an interceptor at the given position in the interceptor stack
 void Interceptor.setNext(Interceptor next)
          Sets the next interceptor
 void InvocationChain.setTargetInterceptor(Interceptor interceptor)
          Sets the head interceptor of the bridged target-side chain
 


Apache Tuscany SCA Kernel Sub-Project

-