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, setStatistics
public void setEndpoint(OutboundEndpoint endpoint)
setEndpoint
in interface RouterCatchAllStrategy
setEndpoint
in class AbstractCatchAllStrategy
public OutboundEndpoint getEndpoint()
getEndpoint
in interface RouterCatchAllStrategy
getEndpoint
in class AbstractCatchAllStrategy
public MuleMessage catchMessage(MuleMessage message, MuleSession session, boolean synchronous) throws RoutingException
RoutingException
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.