| Package | Description |
|---|---|
| org.mule.api.endpoint |
Endpoint interfaces.
|
| org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
| org.mule.enricher | |
| org.mule.processor | |
| org.mule.processor.chain | |
| org.mule.routing |
Defines the core routing patterns supported by mule.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OutboundEndpoint |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOutboundEndpoint |
class |
DynamicOutboundEndpoint
An Outbound endpoint who's URI is a template used to created new non dynamic
endpoints based on the current message.
|
class |
DynamicURIOutboundEndpoint
Allows EndpointURI to be set and changed dynamically by wrapping up an immutable
endpoint instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageEnricher
The
Message Enricher allows the current message to be augmented using data from a seperate
resource. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNonBlockingMessageProcessor
Abstract implementation of
NonBlockingMessageProcessor that determines if processing should
be performed blocking or non-blocking.. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageProcessorChain
Builder needs to return a composite rather than the first MessageProcessor in the chain.
|
class |
DefaultMessageProcessorChain |
class |
InterceptingChainLifecycleWrapper
Builder needs to return a composite rather than the first MessageProcessor in the chain.
|
class |
SimpleMessageProcessorChain |
class |
SubflowInterceptingChainLifecycleWrapper
Generates message processor identfiers specific for subflows.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChoiceRouter
Routes the event to a single
MessageProcessor using a Filter
to evaluate the event being processed and find the first route that can be used. |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.