org.mule.umo.routing
Interface UMORouterCatchAllStrategy

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

public interface UMORouterCatchAllStrategy

UMORouterCatchAllStrategy TODO


Method Summary
 UMOMessage catchMessage(UMOMessage message, UMOSession session, boolean synchronous)
           
 UMOEndpoint getEndpoint()
           
 void setEndpoint(UMOEndpoint endpoint)
           
 

Method Detail

setEndpoint

void setEndpoint(UMOEndpoint endpoint)

getEndpoint

UMOEndpoint getEndpoint()

catchMessage

UMOMessage catchMessage(UMOMessage message,
                        UMOSession session,
                        boolean synchronous)
                        throws RoutingException
Throws:
RoutingException


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