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, setStatisticspublic MuleMessage catchMessage(MuleMessage message, MuleSession session, boolean synchronous) throws RoutingException
RoutingExceptionpublic boolean isSendTransformed()
public void setSendTransformed(boolean sendTransformed)
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.