| Package | Description |
|---|---|
| org.mule.api.processor | |
| org.mule.construct | |
| org.mule.enricher | |
| org.mule.exception | |
| org.mule.processor | |
| org.mule.processor.chain | |
| org.mule.routing |
Defines the core routing patterns supported by mule.
|
| org.mule.util |
Common helper classes for reading/writing files setting bean properties and SPI helpers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMessageProcessorPathElement |
| Modifier and Type | Method and Description |
|---|---|
MessageProcessorPathElement |
MessageProcessorPathElement.addChild(MessageProcessor mp) |
MessageProcessorPathElement |
DefaultMessageProcessorPathElement.addChild(MessageProcessor mp) |
MessageProcessorPathElement |
MessageProcessorPathElement.addChild(String name) |
MessageProcessorPathElement |
DefaultMessageProcessorPathElement.addChild(String name) |
MessageProcessorPathElement |
MessageProcessorPathElement.getParent() |
MessageProcessorPathElement |
DefaultMessageProcessorPathElement.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<MessageProcessorPathElement> |
MessageProcessorPathElement.getChildren() |
List<MessageProcessorPathElement> |
DefaultMessageProcessorPathElement.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMessageProcessorPathElement.addChild(MessageProcessorPathElement mp) |
void |
MessageProcessorContainer.addMessageProcessorPathElements(MessageProcessorPathElement pathElement)
Add the child nodes to the path element tree.
|
void |
MessageProcessorPathElement.setParent(MessageProcessorPathElement parent) |
void |
DefaultMessageProcessorPathElement.setParent(MessageProcessorPathElement parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPipeline.addMessageProcessorPathElements(MessageProcessorPathElement pathElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageEnricher.addMessageProcessorPathElements(MessageProcessorPathElement pathElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChoiceMessagingExceptionStrategy.addMessageProcessorPathElements(MessageProcessorPathElement pathElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncDelegateMessageProcessor.addMessageProcessorPathElements(MessageProcessorPathElement pathElement) |
void |
AbstractMessageProcessorOwner.addMessageProcessorPathElements(MessageProcessorPathElement pathElement) |
void |
AbstractInterceptingMessageProcessorBase.addMessageProcessorPathElements(MessageProcessorPathElement pathElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubflowInterceptingChainLifecycleWrapper.addMessageProcessorPathElements(MessageProcessorPathElement pathElement) |
void |
AbstractMessageProcessorChain.addMessageProcessorPathElements(MessageProcessorPathElement pathElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSelectiveRouter.addMessageProcessorPathElements(MessageProcessorPathElement pathElement) |
void |
Foreach.addMessageProcessorPathElements(MessageProcessorPathElement pathElement) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NotificationUtils.addMessageProcessorPathElements(List<MessageProcessor> processors,
MessageProcessorPathElement parentElement) |
static Map<MessageProcessor,String> |
NotificationUtils.buildPaths(MessageProcessorPathElement element) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.