org.mule.tck.testmodels.mule
Class TestCatchAllStrategy

java.lang.Object
  extended by org.mule.tck.testmodels.mule.TestCatchAllStrategy
All Implemented Interfaces:
org.mule.api.routing.RouterCatchAllStrategy

public class TestCatchAllStrategy
extends Object
implements org.mule.api.routing.RouterCatchAllStrategy


Constructor Summary
TestCatchAllStrategy()
           
 
Method Summary
 org.mule.api.MuleMessage catchMessage(org.mule.api.MuleMessage message, org.mule.api.MuleSession session, boolean synchronous)
           
 org.mule.api.endpoint.OutboundEndpoint getEndpoint()
           
 void setEndpoint(org.mule.api.endpoint.OutboundEndpoint 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(org.mule.api.endpoint.OutboundEndpoint endpoint)
Specified by:
setEndpoint in interface org.mule.api.routing.RouterCatchAllStrategy

getEndpoint

public org.mule.api.endpoint.OutboundEndpoint getEndpoint()
Specified by:
getEndpoint in interface org.mule.api.routing.RouterCatchAllStrategy

catchMessage

public org.mule.api.MuleMessage catchMessage(org.mule.api.MuleMessage message,
                                             org.mule.api.MuleSession session,
                                             boolean synchronous)
                                      throws org.mule.api.routing.RoutingException
Specified by:
catchMessage in interface org.mule.api.routing.RouterCatchAllStrategy
Throws:
org.mule.api.routing.RoutingException


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