| Class | Description |
|---|---|
| AbstractMapContext<V> | |
| AppContext |
Exposes information about the current Mule Application:
encoding Application default encoding
name Application name
registry Mule registry (as a map)
standalone If Mule is running standalone
workdir Application work directory
|
| ExtendedServerContext |
This is for compatibility mode only adds the missing functionality that 3.x supports.
|
| FlowVariableMapContext |
Flow variables wrapper
Map for exposing Flow variables via an ExtendedExpressionLanguageAdaptor |
| InboundAttachmentMapContext | |
| MessageContext |
Exposes information about the current Mule message:
correlationId The message correlationId.
correlationSequence The message correlation sequence number.
correlationGroupSize The message correlation group size.
dataType The message data type (org.mule.runtime.core.api.transformer.DataType).
replyTo The message reply to destination.
|
| MuleInstanceContext |
Expose information about the Mule instance:
clusterid Cluster ID
home Home directory
nodeid Cluster Node ID
version Mule Version
|
| OutboundAttachmentMapContext | |
| ServerContext |
Exposes information about both the physical server and Java Runtime Environment (JRE) that Mule is running on:
env Map of Operating System environment variables
fileSeparator Character that separates components of a file path.
|
| SessionVariableMapContext |
Session variables wrapper
Map for exposing Session variables via an
ExtendedExpressionLanguageAdaptor |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.