public interface InboundRouterCollection extends RouterCollection
DefaultInboundRouterCollection manages a collection of inbound routers.PHASE_NAMEPHASE_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, setStatisticsinitialisedisposeMuleMessage route(MuleEvent event) throws MessagingException
MessagingExceptionvoid addRouter(InboundRouter router)
InboundRouter removeRouter(InboundRouter router)
void addEndpoint(InboundEndpoint endpoint)
boolean removeEndpoint(InboundEndpoint endpoint)
List getEndpoints()
InboundEndpoint getEndpoint(String name)
name - the Endpoint identifierInboundRouterCollectionvoid setEndpoints(List endpoints)
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.