public class InboundPassThroughRouter extends SelectiveConsumer
InboundPassThroughRouter allows inbound routing over all
registered endpoints without any filtering. This class is used by Mule when a
specific inbound router has not been configured on a UMODescriptor.loggermuleContextPHASE_NAMEPHASE_NAME| Constructor and Description |
|---|
InboundPassThroughRouter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMatch(MuleEvent event)
Determines if the event should be processed by this router.
|
MuleEvent[] |
process(MuleEvent event)
A received MuleEvent is passed to this method for processing.
|
getFilter, getMessageInfoMapping, isTransformFirst, setFilter, setMessageInfoMapping, setTransformFirstdispose, getMuleContext, getRouterStatistics, initialise, setMuleContext, setRouterStatisticsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRouterStatistics, setRouterStatisticsinitialisedisposepublic MuleEvent[] process(MuleEvent event) throws RoutingException
InboundRouterprocess in interface InboundRouterprocess in class SelectiveConsumerevent - the event received by the inbound endpoint before it is passed to
the serviceRoutingExceptionpublic boolean isMatch(MuleEvent event) throws RoutingException
InboundRouterisMatch in interface InboundRouterisMatch in class SelectiveConsumerevent - the current event to evaluateRoutingExceptionSelectiveConsumerCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.