org.mule.test.integration.exceptions
Class ExceptionThrowingInboundRouter

java.lang.Object
  extended by org.mule.processor.AbstractInterceptingMessageProcessor
      extended by org.mule.processor.AbstractFilteringMessageProcessor
          extended by org.mule.routing.MessageFilter
              extended by org.mule.test.integration.exceptions.ExceptionThrowingInboundRouter
All Implemented Interfaces:
InterceptingMessageProcessor, MessageProcessor, MessageSource

public class ExceptionThrowingInboundRouter
extends MessageFilter


Field Summary
 
Fields inherited from class org.mule.routing.MessageFilter
filter
 
Fields inherited from class org.mule.processor.AbstractFilteringMessageProcessor
throwOnUnaccepted, unacceptedMessageProcessor
 
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessor
logger, next
 
Constructor Summary
ExceptionThrowingInboundRouter()
           
 
Method Summary
 boolean accept(MuleEvent event)
           
 
Methods inherited from class org.mule.routing.MessageFilter
filterUnacceptedException, getFilter, setFilter, toString
 
Methods inherited from class org.mule.processor.AbstractFilteringMessageProcessor
getUnacceptedMessageProcessor, handleUnaccepted, isThrowOnUnaccepted, process, setThrowOnUnaccepted, setUnacceptedMessageProcessor
 
Methods inherited from class org.mule.processor.AbstractInterceptingMessageProcessor
processNext, setListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionThrowingInboundRouter

public ExceptionThrowingInboundRouter()
Method Detail

accept

public boolean accept(MuleEvent event)
Overrides:
accept in class MessageFilter


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