Package | Description |
---|---|
org.mule.api.service | |
org.mule.routing.outbound |
Outbound router implementation as described in the Enterprise Integration Patterns book.
|
org.mule.service |
Modifier and Type | Method and Description |
---|---|
OutboundRouterCollection |
Service.getOutboundRouter()
Outbound Routers control how events are published by a service once.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.setOutboundRouter(OutboundRouterCollection router)
Outbound Routers control how events are published by a service once.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultOutboundRouterCollection
DefaultOutboundRouterCollection is a container of routers. |
Modifier and Type | Field and Description |
---|---|
protected OutboundRouterCollection |
AbstractService.outboundRouter |
Modifier and Type | Method and Description |
---|---|
OutboundRouterCollection |
AbstractService.getOutboundRouter() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractService.setOutboundRouter(OutboundRouterCollection outboundRouter) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.