Apache Tuscany SCA Kernel Sub-Project

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

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

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

Subinterfaces of InvocationChain in org.apache.tuscany.spi.wire
 interface InboundInvocationChain
          A set of interceptors and handlers (contained in request and response message channels) associated with the inbound side of a wire for an operation.
 interface OutboundInvocationChain
          Responsible for flowing a request to a target service and invoking an operation.
 


Apache Tuscany SCA Kernel Sub-Project

-