public class WireTap extends SelectiveConsumer
logger
muleContext
PHASE_NAME
PHASE_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, setTransformFirst
dispose, getMuleContext, getRouterStatistics, initialise, setMuleContext, setRouterStatistics
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRouterStatistics, setRouterStatistics
initialise
dispose
public boolean isMatch(MuleEvent event) throws MessagingException
InboundRouter
isMatch
in interface InboundRouter
isMatch
in class SelectiveConsumer
event
- the current event to evaluateMessagingException
- if the event cannot be evaluatedSelectiveConsumer
public MuleEvent[] process(MuleEvent event) throws MessagingException
InboundRouter
process
in interface InboundRouter
process
in class SelectiveConsumer
event
- 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
MuleException
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.