org.mule.config.spring
Class CoreNamespaceRoutersTestCase.CustomOutboundRouter
java.lang.Object
org.mule.processor.AbstractMessageProcessorOwner
org.mule.routing.outbound.AbstractOutboundRouter
org.mule.config.spring.CoreNamespaceRoutersTestCase.CustomOutboundRouter
- All Implemented Interfaces:
- FlowConstructAware, MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable, MessageProcessor, MessageRouter, Matchable, MatchableMessageProcessor, MatchableMessageRouter, OutboundRouter, RouterStatisticsRecorder
- Enclosing class:
- CoreNamespaceRoutersTestCase
public static class CoreNamespaceRoutersTestCase.CustomOutboundRouter
- extends AbstractOutboundRouter
Methods inherited from class org.mule.routing.outbound.AbstractOutboundRouter |
addRoute, assertNonConsumableMessage, cloneMessage, cloneMessage, createEventToRoute, dispose, getEnableCorrelation, getMuleContext, getOwnedMessageProcessors, getReplyTo, getResultsHandler, getRoute, getRouterStatistics, getRoutes, getTransactionConfig, initialise, isDynamicRoutes, process, propagateMagicProperties, removeRoute, sendRequest, sendRequestEvent, setEnableCorrelation, setEnableCorrelationAsString, setMessageProcessors, setMessageProperties, setReplyTo, setResultsHandler, setRouterStatistics, setRoutes, setTransactionConfig, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoreNamespaceRoutersTestCase.CustomOutboundRouter
public CoreNamespaceRoutersTestCase.CustomOutboundRouter()
isMatch
public boolean isMatch(MuleMessage message)
throws MuleException
- Throws:
MuleException
route
protected MuleEvent route(MuleEvent event)
throws MessagingException
- Specified by:
route
in class AbstractOutboundRouter
- Throws:
MessagingException
Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.