org.mule.test.integration.streaming
Class ExceptionThrowingInboundRouter

java.lang.Object
  extended by org.mule.routing.AbstractRouter
      extended by org.mule.routing.inbound.SelectiveConsumer
          extended by org.mule.test.integration.streaming.ExceptionThrowingInboundRouter
All Implemented Interfaces:
org.mule.api.context.MuleContextAware, org.mule.api.lifecycle.Disposable, org.mule.api.lifecycle.Initialisable, org.mule.api.routing.InboundRouter, org.mule.api.routing.Router

public class ExceptionThrowingInboundRouter
extends org.mule.routing.inbound.SelectiveConsumer


Field Summary
 
Fields inherited from class org.mule.routing.inbound.SelectiveConsumer
logger
 
Fields inherited from class org.mule.routing.AbstractRouter
muleContext
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Constructor Summary
ExceptionThrowingInboundRouter()
           
 
Method Summary
 boolean isMatch(org.mule.api.MuleEvent event)
           
 
Methods inherited from class org.mule.routing.inbound.SelectiveConsumer
getFilter, getMessageInfoMapping, isTransformFirst, process, setFilter, setMessageInfoMapping, setTransformFirst
 
Methods inherited from class org.mule.routing.AbstractRouter
dispose, getMuleContext, getRouterStatistics, initialise, setMuleContext, setRouterStatistics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.api.routing.Router
getRouterStatistics, setRouterStatistics
 
Methods inherited from interface org.mule.api.lifecycle.Initialisable
initialise
 
Methods inherited from interface org.mule.api.lifecycle.Disposable
dispose
 

Constructor Detail

ExceptionThrowingInboundRouter

public ExceptionThrowingInboundRouter()
Method Detail

isMatch

public boolean isMatch(org.mule.api.MuleEvent event)
                throws org.mule.api.MessagingException
Specified by:
isMatch in interface org.mule.api.routing.InboundRouter
Overrides:
isMatch in class org.mule.routing.inbound.SelectiveConsumer
Throws:
org.mule.api.MessagingException


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