org.mule.routing
Class ForwardingCatchAllStrategy
java.lang.Object
org.mule.routing.AbstractCatchAllStrategy
org.mule.routing.ForwardingCatchAllStrategy
- All Implemented Interfaces:
- UMORouterCatchAllStrategy
- 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.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Ross Mason
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForwardingCatchAllStrategy
public ForwardingCatchAllStrategy()
catchMessage
public UMOMessage catchMessage(UMOMessage message,
UMOSession session,
boolean synchronous)
throws RoutingException
- Throws:
RoutingException
isSendTransformed
public boolean isSendTransformed()
setSendTransformed
public void setSendTransformed(boolean sendTransformed)
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.