org.mule.test.usecases.routing
Class InboundTransformingForwardingCatchAllStrategy

java.lang.Object
  extended by org.mule.routing.AbstractCatchAllStrategy
      extended by org.mule.test.usecases.routing.InboundTransformingForwardingCatchAllStrategy
All Implemented Interfaces:
org.mule.api.routing.RouterCatchAllStrategy

public class InboundTransformingForwardingCatchAllStrategy
extends org.mule.routing.AbstractCatchAllStrategy


Field Summary
 
Fields inherited from class org.mule.routing.AbstractCatchAllStrategy
endpoint, logger, statistics
 
Constructor Summary
InboundTransformingForwardingCatchAllStrategy()
           
 
Method Summary
 org.mule.api.MuleMessage catchMessage(org.mule.api.MuleMessage message, org.mule.api.MuleSession session, boolean synchronous)
           
 
Methods inherited from class org.mule.routing.AbstractCatchAllStrategy
getEndpoint, getStatistics, setEndpoint, setStatistics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InboundTransformingForwardingCatchAllStrategy

public InboundTransformingForwardingCatchAllStrategy()
Method Detail

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
Throws:
org.mule.api.routing.RoutingException


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