org.mule.umo.routing
Interface UMOInboundRouter
- All Superinterfaces:
- UMORouter
- All Known Implementing Classes:
- SelectiveConsumer
- public interface UMOInboundRouter
- extends UMORouter
UMOInboundRouter
defines an interface for an inbound Message
router. An imbound router is used to control how events are received by a component.
One or more of these routers can be associated with a UMOInboundMessageRouter implementation.
- Version:
- $Revision: 1.3 $
- Author:
- Ross Mason
- See Also:
UMOInboundMessageRouter
process
public UMOEvent[] process(UMOEvent event)
throws MessagingException
- Throws:
MessagingException
isMatch
public boolean isMatch(UMOEvent event)
throws MessagingException
- Throws:
MessagingException
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.