org.apache.tuscany.sca.invocation
Interface Invoker

All Known Subinterfaces:
Interceptor

public interface 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
 Message invoke(Message msg)
          Process a synchronous wire
 

Method Detail

invoke

Message invoke(Message msg)
Process a synchronous wire

Parameters:
msg - The request Message for the wire
Returns:
The response Message from the wire