org.apache.tuscany.sca.invocation
Interface Interceptor

All Superinterfaces:
Invoker

public interface Interceptor
extends Invoker

Synchronous mediation associated with a client- or target- side wire.

Version:
$Rev: 539359 $ $Date: 2007-05-18 11:06:21 +0100 (Fri, 18 May 2007) $

Method Summary
 Invoker getNext()
          Returns the next invoker or null
 void setNext(Invoker next)
          Sets the next invoker
 
Methods inherited from interface org.apache.tuscany.sca.invocation.Invoker
invoke
 

Method Detail

setNext

void setNext(Invoker next)
Sets the next invoker

Parameters:
next - The next invoker

getNext

Invoker getNext()
Returns the next invoker or null

Returns:
The next Invoker