org.mule.routing
Class ServiceCatchAllStrategy
java.lang.Object
org.mule.routing.AbstractCatchAllStrategy
org.mule.routing.ServiceCatchAllStrategy
- All Implemented Interfaces:
- RouterCatchAllStrategy
public class ServiceCatchAllStrategy
- extends AbstractCatchAllStrategy
ServiceCatchAllStrategy
is used to catch any events and forward the
events to the service as is.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceCatchAllStrategy
public ServiceCatchAllStrategy()
setEndpoint
public void setEndpoint(OutboundEndpoint endpoint)
- Specified by:
setEndpoint
in interface RouterCatchAllStrategy
- Overrides:
setEndpoint
in class AbstractCatchAllStrategy
getEndpoint
public OutboundEndpoint getEndpoint()
- Specified by:
getEndpoint
in interface RouterCatchAllStrategy
- Overrides:
getEndpoint
in class AbstractCatchAllStrategy
catchMessage
public MuleMessage catchMessage(MuleMessage message,
MuleSession session,
boolean synchronous)
throws RoutingException
- Throws:
RoutingException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.