org.mule.test.integration.exceptions
Class ExceptionThrowingInboundRouter

java.lang.Object
  extended by org.mule.processor.AbstractInterceptingMessageProcessorBase
      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:
AnnotatedObject, FlowConstructAware, MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable, 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
onUnacceptedFlowConstruct, throwOnUnaccepted, unacceptedMessageProcessor
 
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessorBase
logger, muleContext, next, notificationHandler
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Stoppable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Fields inherited from interface org.mule.api.AnnotatedObject
PROPERTY_NAME
 
Constructor Summary
ExceptionThrowingInboundRouter()
          Deprecated. 
 
Method Summary
 boolean accept(MuleEvent event)
           
 
Methods inherited from class org.mule.routing.MessageFilter
dispose, filterUnacceptedException, getFilter, initialise, setFilter, setFlowConstruct, setMuleContext, start, stop, toString
 
Methods inherited from class org.mule.processor.AbstractFilteringMessageProcessor
getUnacceptedMessageProcessor, handleUnaccepted, isThrowOnUnaccepted, process, setThrowOnUnaccepted, setUnacceptedMessageProcessor
 
Methods inherited from class org.mule.processor.AbstractInterceptingMessageProcessorBase
getAnnotation, getAnnotations, getListener, getMuleContext, isEventValid, processNext, setAnnotations, setListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mule.api.source.MessageSource
setListener
 

Constructor Detail

ExceptionThrowingInboundRouter

@Deprecated
public ExceptionThrowingInboundRouter()
Deprecated. 

For IoC only

Method Detail

accept

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


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