org.mule.routing.outbound
Class ExpressionRecipientList

java.lang.Object
  extended by org.mule.routing.outbound.AbstractOutboundRouter
      extended by org.mule.routing.outbound.FilteringOutboundRouter
          extended by org.mule.routing.outbound.AbstractRecipientList
              extended by org.mule.routing.outbound.ExpressionRecipientList
All Implemented Interfaces:
FlowConstructAware, MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable, MessageProcessor, MessageRouter, Matchable, MatchableMessageProcessor, MatchableMessageRouter, OutboundRouter, RouterStatisticsRecorder, TransformingMatchable
Direct Known Subclasses:
ExceptionBasedRouter

public class ExpressionRecipientList
extends AbstractRecipientList


Field Summary
static java.lang.String DEFAULT_SELECTOR_EVALUATOR
           
static java.lang.String DEFAULT_SELECTOR_EXPRESSION
           
static java.lang.String DEFAULT_SELECTOR_PROPERTY
           
 
Fields inherited from class org.mule.routing.outbound.AbstractRecipientList
logger
 
Fields inherited from class org.mule.routing.outbound.FilteringOutboundRouter
expressionManager
 
Fields inherited from class org.mule.routing.outbound.AbstractOutboundRouter
enableCorrelation, flowConstruct, initialised, magicProperties, muleContext, replyTo, resultsHandler, routes, started, transactionConfig
 
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
 
Constructor Summary
ExpressionRecipientList()
           
 
Method Summary
 java.lang.String getCustomEvaluator()
           
 java.lang.String getEvaluator()
           
 java.lang.String getExpression()
           
 java.lang.String getFullExpression()
           
protected  java.util.List getRecipients(MuleEvent event)
           
 void setCustomEvaluator(java.lang.String customEvaluator)
           
 void setEvaluator(java.lang.String evaluator)
           
 void setExpression(java.lang.String expression)
           
 
Methods inherited from class org.mule.routing.outbound.AbstractRecipientList
getRecipientEndpoint, getRecipientEndpointFromString, getRecipientEndpointFromUri, getSynchronous, isDynamicRoutes, route, setSynchronous
 
Methods inherited from class org.mule.routing.outbound.FilteringOutboundRouter
addRoute, getFilter, getRoute, getTransformers, initialise, isMatch, isTransformBeforeMatch, isUseTemplates, setFilter, setTransformers, setUseTemplates
 
Methods inherited from class org.mule.routing.outbound.AbstractOutboundRouter
dispose, getEnableCorrelation, getMuleContext, getReplyTo, getResultsHandler, getRoute, getRouterStatistics, getRoutes, getTransactionConfig, process, propagateMagicProperties, removeRoute, sendRequest, sendRequestEvent, setEnableCorrelation, setEnableCorrelationAsString, setFlowConstruct, setMessageProcessors, setMessageProperties, setMuleContext, 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
 
Methods inherited from interface org.mule.api.processor.MessageRouter
addRoute, removeRoute
 
Methods inherited from interface org.mule.api.processor.MessageProcessor
process
 

Field Detail

DEFAULT_SELECTOR_PROPERTY

public static final java.lang.String DEFAULT_SELECTOR_PROPERTY
See Also:
Constant Field Values

DEFAULT_SELECTOR_EVALUATOR

public static final java.lang.String DEFAULT_SELECTOR_EVALUATOR
See Also:
Constant Field Values

DEFAULT_SELECTOR_EXPRESSION

public static final java.lang.String DEFAULT_SELECTOR_EXPRESSION
See Also:
Constant Field Values
Constructor Detail

ExpressionRecipientList

public ExpressionRecipientList()
Method Detail

getRecipients

protected java.util.List getRecipients(MuleEvent event)
                                throws CouldNotRouteOutboundMessageException
Specified by:
getRecipients in class AbstractRecipientList
Throws:
CouldNotRouteOutboundMessageException

getFullExpression

public java.lang.String getFullExpression()

getExpression

public java.lang.String getExpression()

setExpression

public void setExpression(java.lang.String expression)

getCustomEvaluator

public java.lang.String getCustomEvaluator()

setCustomEvaluator

public void setCustomEvaluator(java.lang.String customEvaluator)

getEvaluator

public java.lang.String getEvaluator()

setEvaluator

public void setEvaluator(java.lang.String evaluator)


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