org.mule.api.routing
Interface RouterCatchAllStrategy

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

public interface RouterCatchAllStrategy

RouterCatchAllStrategy TODO


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

Method Detail

setEndpoint

void setEndpoint(ImmutableEndpoint endpoint)

getEndpoint

ImmutableEndpoint getEndpoint()

catchMessage

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


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