java.lang.Object
org.mule.providers.AbstractMessageReceiver
org.mule.providers.vm.MuleMessageReceiver
- All Implemented Interfaces:
- org.mule.umo.UMOEventListener, org.mule.umo.provider.UMOMessageReceiver, org.mule.umo.UMOSyncChainSupport, org.mule.umo.UMOSyncEventListener
- public class MuleMessageReceiver
- extends org.mule.providers.AbstractMessageReceiver
- implements org.mule.umo.UMOSyncEventListener
MuleMessageReceiver is a listener of events from a mule session which then simply
passes the events on to the target session.
- Version:
- $Revision: 1.6 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MuleMessageReceiver
public MuleMessageReceiver()
onEvent
public void onEvent(org.mule.umo.UMOEvent event)
throws org.mule.umo.UMOException
- Description copied from interface:
org.mule.umo.UMOEventListener
- Passes the event to the listener
- Specified by:
onEvent in interface org.mule.umo.UMOEventListener
onCall
public org.mule.umo.UMOEvent onCall(org.mule.umo.UMOEvent event)
throws org.mule.umo.UMOException
- Description copied from interface:
org.mule.umo.UMOSyncChainSupport
- Passes the event to the listener
- Specified by:
onCall in interface org.mule.umo.UMOSyncChainSupport