Package | Description |
---|---|
org.mule.api.routing |
Interfaces that define inbound and outbound routing API.
|
org.mule.routing |
Defines the core routing patterns supported by mule.
|
org.mule.routing.inbound |
Inbound router implementation as described in the Enterprise Integration Patterns book.
|
org.mule.routing.nested | |
org.mule.routing.outbound |
Outbound router implementation as described in the Enterprise Integration Patterns book.
|
org.mule.routing.response |
Response router implementations that enable asynchronous event processing in request /response messaging requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InboundRouterCollection
DefaultInboundRouterCollection manages a collection of inbound routers. |
interface |
NestedRouterCollection
NestedRouterCollection manages a collection of nested routers. |
interface |
OutboundRouterCollection
OutboundRouterCollection is responsible for holding all outbound routers for a service service. |
interface |
ResponseRouterCollection
ResponseRouterCollection is a router that can be used to control
how the response in a request/response message flow is created. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRouterCollection
AbstractRouterCollection provides common method implementations of
router collections for in and outbound routers. |
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 | Class and Description |
---|---|
class |
DefaultNestedRouterCollection
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultOutboundRouterCollection
DefaultOutboundRouterCollection is a container of routers. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultResponseRouterCollection
DefaultResponseRouterCollection is a router that can be used to control how
the response in a request/response message flow is created. |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.