Package | Description |
---|---|
org.mule.api.processor | |
org.mule.construct | |
org.mule.enricher | |
org.mule.exception | |
org.mule.module.cxf.config | |
org.mule.processor | |
org.mule.processor.chain | |
org.mule.routing |
Defines the core routing patterns supported by mule.
|
org.mule.security.oauth.processor | |
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 |
DefaultMessageProcessorPathElement.addChild(MessageProcessor mp) |
MessageProcessorPathElement |
MessageProcessorPathElement.addChild(MessageProcessor mp) |
MessageProcessorPathElement |
DefaultMessageProcessorPathElement.addChild(String name) |
MessageProcessorPathElement |
MessageProcessorPathElement.addChild(String name) |
MessageProcessorPathElement |
DefaultMessageProcessorPathElement.getParent() |
MessageProcessorPathElement |
MessageProcessorPathElement.getParent() |
Modifier and Type | Method and Description |
---|---|
List<MessageProcessorPathElement> |
DefaultMessageProcessorPathElement.getChildren() |
List<MessageProcessorPathElement> |
MessageProcessorPathElement.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 |
DefaultMessageProcessorPathElement.setParent(MessageProcessorPathElement parent) |
void |
MessageProcessorPathElement.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 |
FlowConfiguringMessageProcessor.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 |
Foreach.addMessageProcessorPathElements(MessageProcessorPathElement pathElement) |
void |
AbstractSelectiveRouter.addMessageProcessorPathElements(MessageProcessorPathElement pathElement) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractListeningMessageProcessor.addMessageProcessorPathElements(MessageProcessorPathElement pathElement) |
Modifier and Type | Method and Description |
---|---|
static void |
NotificationUtils.addMessageProcessorPathElements(List<MessageProcessor> processors,
MessageProcessorPathElement parentElement) |
static NotificationUtils.FlowMap |
NotificationUtils.buildPathResolver(MessageProcessorPathElement element) |
static Map<MessageProcessor,String> |
NotificationUtils.buildPaths(MessageProcessorPathElement element)
Deprecated.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.