public interface OutboundRouterCollection extends RouterCollection
OutboundRouterCollection is responsible for holding all outbound routers for a service service.PHASE_NAMEPHASE_NAME| Modifier and Type | Method and Description |
|---|---|
boolean |
hasEndpoints()
Determines if any endpoints have been set on this router.
|
MuleMessage |
route(MuleMessage message,
MuleSession session,
boolean synchronous)
Prepares one or more events to be dispached by a Message Dispatcher.
|
addRouter, getCatchAllStrategy, getRouters, getStatistics, isMatchAll, removeRouter, setCatchAllStrategy, setMatchAll, setRouters, setStatisticsinitialisedisposeMuleMessage route(MuleMessage message, MuleSession session, boolean synchronous) throws MessagingException
message - The source Messagesession - The current sessionRoutingException - If any of the events cannot be created.MessagingExceptionboolean hasEndpoints()
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.