public class WireTap extends SelectiveConsumer
loggermuleContextPHASE_NAMEPHASE_NAME| Constructor and Description |
|---|
WireTap() |
| Modifier and Type | Method and Description |
|---|---|
OutboundEndpoint |
getEndpoint() |
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.
|
void |
setEndpoint(OutboundEndpoint endpoint) |
getFilter, getMessageInfoMapping, isTransformFirst, setFilter, setMessageInfoMapping, setTransformFirstdispose, getMuleContext, getRouterStatistics, initialise, setMuleContext, setRouterStatisticsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRouterStatistics, setRouterStatisticsinitialisedisposepublic boolean isMatch(MuleEvent event) throws MessagingException
InboundRouterisMatch in interface InboundRouterisMatch in class SelectiveConsumerevent - the current event to evaluateMessagingException - if the event cannot be evaluatedSelectiveConsumerpublic 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 eventpublic OutboundEndpoint getEndpoint()
public void setEndpoint(OutboundEndpoint endpoint) throws MuleException
MuleExceptionCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.