Package | Description |
---|---|
org.mule.api.service | |
org.mule.config.i18n |
Internationalisation support for Mule messages and exception messages.
|
org.mule.routing.inbound |
Inbound router implementation as described in the Enterprise Integration Patterns book.
|
org.mule.service |
Modifier and Type | Method and Description |
---|---|
InboundRouterCollection |
Service.getInboundRouter()
Inbound Routers control how events are received by a service.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.setInboundRouter(InboundRouterCollection router)
Inbound Routers control how events are received by a service.
|
Modifier and Type | Method and Description |
---|---|
static Message |
CoreMessages.inboundRouterMustUseInboundEndpoints(InboundRouterCollection router,
ImmutableEndpoint endpoint) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInboundRouterCollection
DefaultInboundRouterCollection is a collection of routers that will be
invoked when an event is received. |
Modifier and Type | Field and Description |
---|---|
protected InboundRouterCollection |
AbstractService.inboundRouter |
Modifier and Type | Method and Description |
---|---|
InboundRouterCollection |
AbstractService.getInboundRouter() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractService.setInboundRouter(InboundRouterCollection inboundRouter) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.