org.apache.tuscany.sca.binding.notification
Class NotificationReferenceBindingInvoker

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

public class NotificationReferenceBindingInvoker
extends java.lang.Object
implements Invoker

Turns invoke into remote message fan-out


Constructor Summary
NotificationReferenceBindingInvoker(Operation operation, NotificationReferenceBindingProvider notificationReferenceBindingProvider)
           
 
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

NotificationReferenceBindingInvoker

public NotificationReferenceBindingInvoker(Operation operation,
                                           NotificationReferenceBindingProvider notificationReferenceBindingProvider)
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