org.mule.umo.routing
Interface UMOInboundRouterCollection
- All Superinterfaces:
- UMORouterCollection
- All Known Implementing Classes:
- InboundRouterCollection
- public interface UMOInboundRouterCollection
- extends UMORouterCollection
InboundRouterCollection
manages a collection of inbound routers.
route
public UMOMessage route(UMOEvent event)
throws MessagingException
- Throws:
MessagingException
addRouter
public void addRouter(UMOInboundRouter router)
removeRouter
public UMOInboundRouter removeRouter(UMOInboundRouter router)
addEndpoint
public void addEndpoint(UMOEndpoint endpoint)
removeEndpoint
public boolean removeEndpoint(UMOEndpoint endpoint)
getEndpoints
public List getEndpoints()
getEndpoint
public UMOEndpoint getEndpoint(String name)
- Parameters:
name
- the Endpoint identifier
- Returns:
- the Endpoint or null if the endpointUri is not registered
- See Also:
UMOInboundRouterCollection
setEndpoints
public void setEndpoints(List endpoints)
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.