Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.wire
Interface InboundInvocationChain

All Superinterfaces:
InvocationChain

public interface InboundInvocationChain
extends InvocationChain

A set of interceptors and handlers (contained in request and response message channels) associated with the inbound side of a wire for an operation. Inbound chains may start with request MessageHandlers and contain at least one Interceptor processed after the handlers prior to dipatching to the target instance. Inbound invocation chains may also contain a set of response MessageHandlers which are processed after dispatching to the target instance.

Version:
$$Rev: 430937 $$ $$Date: 2006-08-11 18:17:56 -0700 (Fri, 11 Aug 2006) $$

Method Summary
 
Methods inherited from interface org.apache.tuscany.spi.wire.InvocationChain
addInterceptor, addInterceptor, getHeadInterceptor, getOperation, getTailInterceptor, getTargetInterceptor, getTargetInvoker, prepare, setTargetInterceptor, setTargetInvoker
 


Apache Tuscany SCA Kernel Sub-Project

-