public class ServiceCatchAllStrategy extends AbstractCatchAllStrategy
ServiceCatchAllStrategy is used to catch any events and forward the
events to the service as is.endpoint, logger, statistics| Constructor and Description |
|---|
ServiceCatchAllStrategy() |
| Modifier and Type | Method and Description |
|---|---|
MuleMessage |
catchMessage(MuleMessage message,
MuleSession session,
boolean synchronous) |
OutboundEndpoint |
getEndpoint() |
void |
setEndpoint(OutboundEndpoint endpoint) |
getStatistics, setStatisticspublic void setEndpoint(OutboundEndpoint endpoint)
setEndpoint in interface RouterCatchAllStrategysetEndpoint in class AbstractCatchAllStrategypublic OutboundEndpoint getEndpoint()
getEndpoint in interface RouterCatchAllStrategygetEndpoint in class AbstractCatchAllStrategypublic MuleMessage catchMessage(MuleMessage message, MuleSession session, boolean synchronous) throws RoutingException
RoutingExceptionCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.