org.mule.api.routing
Interface RouterCatchAllStrategy

All Known Implementing Classes:
AbstractCatchAllStrategy, ForwardingCatchAllStrategy, LoggingCatchAllStrategy, ServiceCatchAllStrategy

public interface RouterCatchAllStrategy

RouterCatchAllStrategy TODO


Method Summary
 MuleMessage catchMessage(MuleMessage message, MuleSession session, boolean synchronous)
           
 OutboundEndpoint getEndpoint()
           
 void setEndpoint(OutboundEndpoint endpoint)
           
 

Method Detail

setEndpoint

void setEndpoint(OutboundEndpoint endpoint)

getEndpoint

OutboundEndpoint getEndpoint()

catchMessage

MuleMessage catchMessage(MuleMessage message,
                         MuleSession session,
                         boolean synchronous)
                         throws RoutingException
Throws:
RoutingException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.