java.lang.Object
org.mule.umo.impl.SimpleMuleChain
org.mule.test.chain.ReceiveChain
- All Implemented Interfaces:
- org.mule.umo.UMOChain, org.mule.umo.UMOEventListener
- public class ReceiveChain
- extends org.mule.umo.impl.SimpleMuleChain
ReceiveChain TODO (document class)
- Version:
- $Revision: 1.3 $
| Methods inherited from class org.mule.umo.impl.SimpleMuleChain |
breakChain, doChain, doSyncChain, getFirst, getLast, getName, getNext, getOwner, getPrevious, isBreakChain, isSendbound, setName, setNext, setOwner, setPrevious, startChain, startSyncChain |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static transient org.apache.commons.logging.Log log
- logger used by this class
ReceiveChain
public ReceiveChain()
initialise
public void initialise(java.util.Properties props)
throws org.mule.MuleException
- Description copied from interface:
org.mule.umo.UMOChain
- Mule UMO extending this class can do all their initialisation in this method.
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