| Package | Description |
|---|---|
| org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
| org.mule.api |
The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them
|
| org.mule.api.processor | |
| org.mule.enricher | |
| org.mule.expression | |
| org.mule.processor | |
| org.mule.routing |
Defines the core routing patterns supported by mule.
|
| org.mule.routing.outbound |
Outbound router implementation as described in the Enterprise Integration Patterns book.
|
| org.mule.util |
Common helper classes for reading/writing files setting bean properties and SPI helpers.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionManager |
DefaultMuleContext.getExpressionManager()
Returns the Expression Manager configured for this instance of Mule
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionManager |
MuleContext.getExpressionManager()
Returns the Expression Manager configured for this instance of Mule
|
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
LoggerMessageProcessor.expressionManager |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MessageEnricher.enrich(MuleMessage currentMessage,
MuleMessage enrichmentMessage,
String sourceExpressionArg,
String targetExpressionArg,
ExpressionManager expressionManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExpressionManager
Provides universal access for evaluating expressions embedded in Mule configurations, such as Xml, Java,
scripting and annotations.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ExpressionConfig.getFullExpression(ExpressionManager manager) |
void |
ExpressionConfig.validate(ExpressionManager manager) |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
InvokerMessageProcessor.expressionManager |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
ExpressionSplitter.expressionManager |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
FilteringOutboundRouter.expressionManager |
| Modifier and Type | Method and Description |
|---|---|
AttributeEvaluator |
AttributeEvaluator.initialize(ExpressionManager expressionManager) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.