org.mule.tck.testmodels.mule
Class TestCatchAllStrategy

java.lang.Object
  extended by org.mule.tck.testmodels.mule.TestCatchAllStrategy
All Implemented Interfaces:
UMORouterCatchAllStrategy

public class TestCatchAllStrategy
extends Object
implements UMORouterCatchAllStrategy


Constructor Summary
TestCatchAllStrategy()
           
 
Method Summary
 UMOMessage catchMessage(UMOMessage message, UMOSession session, boolean synchronous)
           
 UMOEndpoint getEndpoint()
           
 void setEndpoint(UMOEndpoint endpoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCatchAllStrategy

public TestCatchAllStrategy()
Method Detail

setEndpoint

public void setEndpoint(UMOEndpoint endpoint)
Specified by:
setEndpoint in interface UMORouterCatchAllStrategy

getEndpoint

public UMOEndpoint getEndpoint()
Specified by:
getEndpoint in interface UMORouterCatchAllStrategy

catchMessage

public UMOMessage catchMessage(UMOMessage message,
                               UMOSession session,
                               boolean synchronous)
                        throws RoutingException
Specified by:
catchMessage in interface UMORouterCatchAllStrategy
Throws:
RoutingException


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