org.mule.umo.routing
Interface UMOInboundRouter

All Superinterfaces:
UMORouter
All Known Implementing Classes:
SelectiveConsumer

public interface UMOInboundRouter
extends UMORouter

UMOInboundRouter TODO

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason

Method Summary
 boolean isMatch(UMOEvent event)
           
 UMOEvent[] process(UMOEvent event)
           
 
Methods inherited from interface org.mule.umo.routing.UMORouter
getRouterStatistics, setRouterStatistics
 

Method Detail

process

public UMOEvent[] process(UMOEvent event)
                   throws RoutingException
Throws:
RoutingException

isMatch

public boolean isMatch(UMOEvent event)
                throws RoutingException
Throws:
RoutingException


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.