Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mule.umo
Interface UMOSyncChainSupport  view UMOSyncChainSupport download UMOSyncChainSupport.java

All Known Subinterfaces:
UMOSyncEventListener

public interface UMOSyncChainSupport

UMOSyncChainSupport is used to provide UMOs with an interface that supports synchronous message calls. This interface is not included with the UMOChain interface to avoid the need to implement both async and sync method calls when only async calls are being used.

Version:
$Revision: 1.5 $

Method Summary
 UMOEvent onCall(UMOEvent event)
          Passes the event to the listener
 

Method Detail

onCall

public UMOEvent onCall(UMOEvent event)
                throws UMOException
Passes the event to the listener