public class ForwardingCatchAllStrategy extends AbstractCatchAllStrategy
ForwardingCatchAllStrategy
acts as a catch and forward router for
any events not caught by the router this strategy is associated with. Users can
assign an endpoint to this strategy to forward all events to. This can be used as
a dead letter/error queue.endpoint, logger, statistics
Constructor and Description |
---|
ForwardingCatchAllStrategy() |
Modifier and Type | Method and Description |
---|---|
MuleMessage |
catchMessage(MuleMessage message,
MuleSession session,
boolean synchronous) |
boolean |
isSendTransformed() |
void |
setSendTransformed(boolean sendTransformed) |
getEndpoint, getStatistics, setEndpoint, setStatistics
public MuleMessage catchMessage(MuleMessage message, MuleSession session, boolean synchronous) throws RoutingException
RoutingException
public boolean isSendTransformed()
public void setSendTransformed(boolean sendTransformed)
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.