public interface InboundRouterCollection extends RouterCollection
DefaultInboundRouterCollection
manages a collection of inbound routers.PHASE_NAME
PHASE_NAME
Modifier and Type | Method and Description |
---|---|
void |
addEndpoint(InboundEndpoint endpoint) |
void |
addRouter(InboundRouter router) |
InboundEndpoint |
getEndpoint(String name) |
List |
getEndpoints() |
boolean |
removeEndpoint(InboundEndpoint endpoint) |
InboundRouter |
removeRouter(InboundRouter router) |
MuleMessage |
route(MuleEvent event) |
void |
setEndpoints(List endpoints) |
addRouter, getCatchAllStrategy, getRouters, getStatistics, isMatchAll, removeRouter, setCatchAllStrategy, setMatchAll, setRouters, setStatistics
initialise
dispose
MuleMessage route(MuleEvent event) throws MessagingException
MessagingException
void addRouter(InboundRouter router)
InboundRouter removeRouter(InboundRouter router)
void addEndpoint(InboundEndpoint endpoint)
boolean removeEndpoint(InboundEndpoint endpoint)
List getEndpoints()
InboundEndpoint getEndpoint(String name)
name
- the Endpoint identifierInboundRouterCollection
void setEndpoints(List endpoints)
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.