Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.wire
Interface WireInvocationHandler


public interface WireInvocationHandler

Implementations are responsible for dispatching an operation down an invocation chain

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

Method Summary
 Object invoke(Method method, Object[] args)
           
 

Method Detail

invoke

Object invoke(Method method,
              Object[] args)
              throws Throwable
Throws:
Throwable

Apache Tuscany SCA Kernel Sub-Project

-