org.mule.tck.testmodels.mule
Class TestCatchAllStrategy

java.lang.Object
  extended by org.mule.tck.testmodels.mule.TestCatchAllStrategy
All Implemented Interfaces:
MessageProcessor, OutboundRouterCatchAllStrategy

public class TestCatchAllStrategy
extends Object
implements OutboundRouterCatchAllStrategy


Constructor Summary
TestCatchAllStrategy()
           
 
Method Summary
 OutboundEndpoint getEndpoint()
           
 String getTestProperty()
           
 MuleEvent process(MuleEvent event)
           
 void setEndpoint(OutboundEndpoint endpoint)
           
 void setTestProperty(String testProperty)
           
 
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(OutboundEndpoint endpoint)

getEndpoint

public OutboundEndpoint getEndpoint()

process

public MuleEvent process(MuleEvent event)
                  throws RoutingException
Specified by:
process in interface MessageProcessor
Specified by:
process in interface OutboundRouterCatchAllStrategy
Throws:
RoutingException

getTestProperty

public String getTestProperty()

setTestProperty

public void setTestProperty(String testProperty)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.