Package | Description |
---|---|
org.mule.api.construct | |
org.mule.client | |
org.mule.construct | |
org.mule.routing |
Defines the core routing patterns supported by mule.
|
org.mule.routing.correlation | |
org.mule.routing.outbound |
Outbound router implementation as described in the Enterprise Integration Patterns book.
|
org.mule.service | |
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
Modifier and Type | Method and Description |
---|---|
MessageInfoMapping |
FlowConstruct.getMessageInfoMapping() |
Modifier and Type | Method and Description |
---|---|
MessageInfoMapping |
DefaultLocalMuleClient.MuleClientFlowConstruct.getMessageInfoMapping() |
Modifier and Type | Field and Description |
---|---|
protected MessageInfoMapping |
AbstractFlowConstruct.messageInfoMapping |
Modifier and Type | Method and Description |
---|---|
MessageInfoMapping |
AbstractFlowConstruct.getMessageInfoMapping() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFlowConstruct.setMessageInfoMapping(MessageInfoMapping messageInfoMapping) |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionMessageInfoMapping
TODO
|
class |
MuleMessageInfoMapping
A simple facade implementation of
MessageInfoMapping that simply
grabs the message information from the MuleMessage untouched. |
Modifier and Type | Field and Description |
---|---|
protected MessageInfoMapping |
AbstractAggregator.messageInfoMapping |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAggregator.setMessageInfoMapping(MessageInfoMapping messageInfoMapping) |
Constructor and Description |
---|
EventCorrelator(EventCorrelatorCallback callback,
MessageProcessor timeoutMessageProcessor,
MessageInfoMapping messageInfoMapping,
MuleContext muleContext,
FlowConstruct flowConstruct,
PartitionableObjectStore correlatorStore,
String storePrefix,
ObjectStore<Long> processedGroups) |
Modifier and Type | Field and Description |
---|---|
protected MessageInfoMapping |
AbstractMessageSequenceSplitter.messageInfoMapping |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMessageSequenceSplitter.setMessageInfoMapping(MessageInfoMapping messageInfoMapping) |
Modifier and Type | Field and Description |
---|---|
protected MessageInfoMapping |
AbstractService.messageInfoMapping
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MessageInfoMapping |
AbstractService.getMessageInfoMapping()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractService.setMessageInfoMapping(MessageInfoMapping messageInfoMapping)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected MessageInfoMapping |
AbstractTransportMessageHandler.defaultMessageInfoMapping |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.