|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.routing.outbound.AbstractOutboundRouter
org.mule.routing.outbound.FilteringOutboundRouter
org.mule.routing.outbound.AbstractRecipientList
org.mule.routing.outbound.StaticRecipientList
StaticRecipientList
is used to dispatch a single event to multiple recipients
over the same transport. The recipient endpoints for this router can be configured statically
on the router itself.
Field Summary |
Fields inherited from class org.mule.routing.outbound.AbstractRecipientList |
logger |
Fields inherited from class org.mule.routing.outbound.AbstractOutboundRouter |
correlationGroupExtractor, correlationId, correlationIdExtractor, correlationSequenceExtractor, endpoints, replyTo, routerStatistics |
Constructor Summary | |
StaticRecipientList()
|
Method Summary | |
java.util.List |
getRecipients()
|
protected CopyOnWriteArrayList |
getRecipients(UMOMessage message)
|
void |
setRecipients(java.util.List recipients)
|
Methods inherited from class org.mule.routing.outbound.AbstractRecipientList |
getRecipientEndpoint, route |
Methods inherited from class org.mule.routing.outbound.FilteringOutboundRouter |
getFilter, getTransformer, isMatch, setFilter, setTransformer |
Methods inherited from class org.mule.routing.outbound.AbstractOutboundRouter |
addEndpoint, dispatch, getCorrelationGroupExtractor, getCorrelationIdExtractor, getCorrelationSequenceExtractor, getEndpoints, getReplyTo, getRouterStatistics, isCorrelationId, removeEndpoint, send, setCorrelationGroupExtractor, setCorrelationId, setCorrelationIdExtractor, setCorrelationSequenceExtractor, setEndpoints, setMessageProperties, setReplyTo, setRouterStatistics |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StaticRecipientList()
Method Detail |
protected CopyOnWriteArrayList getRecipients(UMOMessage message)
getRecipients
in class AbstractRecipientList
public java.util.List getRecipients()
public void setRecipients(java.util.List recipients)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |