|
|||||||||||
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.ChainingRouter
ChainingRouter
is used to pass a Mule event through multiple endpoints
using the result of the first and the input for the second
Field Summary | |
protected static Log |
logger
logger used by this class |
Fields inherited from class org.mule.routing.outbound.AbstractOutboundRouter |
correlationGroupExtractor, correlationId, correlationIdExtractor, correlationSequenceExtractor, endpoints, replyTo, routerStatistics |
Constructor Summary | |
ChainingRouter()
|
Method Summary | |
UMOMessage |
route(UMOMessage message,
UMOSession session,
boolean synchronous)
|
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 |
Field Detail |
protected static transient Log logger
Constructor Detail |
public ChainingRouter()
Method Detail |
public UMOMessage route(UMOMessage message, UMOSession session, boolean synchronous) throws RoutingException
route
in interface UMOOutboundRouter
route
in class FilteringOutboundRouter
RoutingException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |