@Deprecated public class OutboundPassThroughRouter extends FilteringOutboundRouter
OutboundPassThroughRouter allows outbound routing over a single
endpoint without any filtering. This class is used by Mule when a single outbound
router is set on a Service.
Deprecated from 3.6.0. This functionality is specific to Services.expressionManagerenableCorrelation, initialised, logger, replyTo, resultsHandler, routes, started, transactionConfigflowConstruct, messagingExceptionHandler, muleContextPHASE_NAMEPHASE_NAMEPHASE_NAMEPHASE_NAMEPROPERTY_NAME| Constructor and Description |
|---|
OutboundPassThroughRouter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRoute(MessageProcessor target)
Deprecated.
Adds a new message processor to the list of routes
|
MuleEvent |
route(MuleEvent event)
Deprecated.
|
void |
setFilter(Filter filter)
Deprecated.
|
void |
setRoutes(List<MessageProcessor> endpoints)
Deprecated.
|
getFilter, getRoute, getTransformers, initialise, isMatch, isTransformBeforeMatch, isUseTemplates, setTransformers, setUseTemplatescloneMessage, cloneMessage, createEventToRoute, dispose, getEnableCorrelation, getMuleContext, getOwnedMessageProcessors, getReplyTo, getResultsHandler, getRoute, getRouterStatistics, getRoutes, getTransactionConfig, isDynamicRoutes, process, propagateMagicProperties, removeRoute, sendRequest, sendRequestEvent, setEnableCorrelation, setEnableCorrelationAsString, setMessageProcessors, setMessageProperties, setReplyTo, setResultsHandler, setRouterStatistics, setTransactionConfig, start, stopaddMessageProcessorPathElements, getAnnotation, getAnnotations, getOwnedObjects, setAnnotationsgetFlowConstruct, getMessagingExceptionHandler, setFlowConstruct, setMessagingExceptionHandler, setMuleContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetMuleContextsetFlowConstructpublic void addRoute(MessageProcessor target) throws MuleException
MessageRouteraddRoute in interface MessageRouteraddRoute in class FilteringOutboundRoutertarget - new destination message processorMuleExceptionpublic void setRoutes(List<MessageProcessor> endpoints) throws MuleException
setRoutes in class AbstractOutboundRouterMuleExceptionpublic void setFilter(Filter filter)
setFilter in class FilteringOutboundRouterpublic MuleEvent route(MuleEvent event) throws RoutingException
route in class FilteringOutboundRouterRoutingExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.