org.mule.routing.outbound
Class StaticRecipientList
java.lang.Object
org.mule.processor.AbstractMuleObjectOwner<MessageProcessor>
org.mule.processor.AbstractMessageProcessorOwner
org.mule.routing.outbound.AbstractOutboundRouter
org.mule.routing.outbound.FilteringOutboundRouter
org.mule.routing.outbound.AbstractRecipientList
org.mule.routing.outbound.StaticRecipientList
- All Implemented Interfaces:
- AnnotatedObject, FlowConstructAware, MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable, MessageProcessor, MessageRouter, Matchable, MatchableMessageProcessor, MatchableMessageRouter, OutboundRouter, RouterStatisticsRecorder, TransformingMatchable
public class StaticRecipientList
- extends AbstractRecipientList
StaticRecipientList
is used to dispatch a single event to multiple
recipients over the same transport. The recipient targets for this router can be
configured statically on the router itself.
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 |
cloneMessage, createEventToRoute, dispose, getEnableCorrelation, getMuleContext, getOwnedMessageProcessors, getReplyTo, getResultsHandler, getRoute, getRouterStatistics, getRoutes, getTransactionConfig, 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 |
RECIPIENTS_PROPERTY
public static final String RECIPIENTS_PROPERTY
- See Also:
- Constant Field Values
RECIPIENT_DELIMITER
public static final String RECIPIENT_DELIMITER
- See Also:
- Constant Field Values
StaticRecipientList
public StaticRecipientList()
getRecipients
protected List getRecipients(MuleEvent event)
- Specified by:
getRecipients
in class AbstractRecipientList
getRecipients
public List getRecipients()
setRecipients
public void setRecipients(List recipients)
getListDelimiter
protected String getListDelimiter()
- Overloading classes can change the delimiter used to separate entries in the
recipient list. By default a ',' is used.
- Returns:
- The list delimiter to use
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.