org.mule.routing
Class ServiceCatchAllStrategy

java.lang.Object
  extended by org.mule.routing.AbstractCatchAllStrategy
      extended by org.mule.routing.ServiceCatchAllStrategy
All Implemented Interfaces:
MessageProcessor, OutboundRouterCatchAllStrategy, RouterStatisticsRecorder

Deprecated.

@Deprecated
public class ServiceCatchAllStrategy
extends AbstractCatchAllStrategy

ServiceCatchAllStrategy is used to catch any events and forward the events to the service as is.


Field Summary
 
Fields inherited from class org.mule.routing.AbstractCatchAllStrategy
logger, statistics
 
Constructor Summary
ServiceCatchAllStrategy()
          Deprecated.  
 
Method Summary
 MuleEvent doCatchMessage(MuleEvent event)
          Deprecated.  
 
Methods inherited from class org.mule.routing.AbstractCatchAllStrategy
getRouterStatistics, process, setRouterStatistics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceCatchAllStrategy

public ServiceCatchAllStrategy()
Deprecated. 
Method Detail

doCatchMessage

public MuleEvent doCatchMessage(MuleEvent event)
                         throws RoutingException
Deprecated. 
Specified by:
doCatchMessage in class AbstractCatchAllStrategy
Throws:
RoutingException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.