|
|||||||||
| Home >> All >> org >> mule >> [ umo overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mule.umo
Interface UMOSyncChainSupport

- 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
|
|||||||||
| Home >> All >> org >> mule >> [ umo overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC