org.apache.tuscany.sca.implementation.notification
Class NotificationComponentInvoker

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.notification.NotificationComponentInvoker
All Implemented Interfaces:
Invoker

public class NotificationComponentInvoker
extends java.lang.Object
implements Invoker

Turns invoke into remote message fan-out


Constructor Summary
NotificationComponentInvoker(Operation operation, RuntimeComponent component)
           
 
Method Summary
 Message invoke(Message msg)
          Process a synchronous wire
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationComponentInvoker

public NotificationComponentInvoker(Operation operation,
                                    RuntimeComponent component)
Method Detail

invoke

public Message invoke(Message msg)
Description copied from interface: Invoker
Process a synchronous wire

Specified by:
invoke in interface Invoker
Parameters:
msg - The request Message for the wire
Returns:
The response Message from the wire