public class ForwardingConsumer extends SelectiveConsumer
ForwardingConsumer is used to forward an incoming event over
another transport without invoking a service. This can be used to implement a
bridge accross different transports.loggermuleContextPHASE_NAMEPHASE_NAME| Constructor and Description |
|---|
ForwardingConsumer() |
| Modifier and Type | Method and Description |
|---|---|
MuleEvent[] |
process(MuleEvent event)
A received MuleEvent is passed to this method for processing.
|
getFilter, getMessageInfoMapping, isMatch, 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 MessagingException
InboundRouterprocess in interface InboundRouterprocess in class SelectiveConsumerevent - the event received by the inbound endpoint before it is passed to
the serviceMessagingException - if an error occurs during processing of the eventCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.