public interface OutboundRouterCollection extends RouterCollection
OutboundRouterCollection
is responsible for holding all outbound routers for a service service.PHASE_NAME
PHASE_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, setStatistics
initialise
dispose
MuleMessage route(MuleMessage message, MuleSession session, boolean synchronous) throws MessagingException
message
- The source Messagesession
- The current sessionRoutingException
- If any of the events cannot be created.MessagingException
boolean hasEndpoints()
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.