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

Quick Search    Search Deep

org.mule.providers.vm
Class MuleMessageReceiver  view MuleMessageReceiver download MuleMessageReceiver.java

java.lang.Object
  extended byorg.mule.providers.AbstractMessageReceiver
      extended byorg.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 $

Field Summary
 
Fields inherited from class org.mule.providers.AbstractMessageReceiver
exceptionStrategy, log, provider, session
 
Constructor Summary
MuleMessageReceiver()
           
 
Method Summary
 org.mule.umo.UMOEvent onCall(org.mule.umo.UMOEvent event)
          Passes the event to the listener
 void onEvent(org.mule.umo.UMOEvent event)
          Passes the event to the listener
 
Methods inherited from class org.mule.providers.AbstractMessageReceiver
create, getExceptionStrategy, getProvider, getSession, setExceptionStrategy, setProvider, setSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleMessageReceiver

public MuleMessageReceiver()
Method Detail

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