See: Description
| Interface | Description |
|---|---|
| CoreExtensionsAware |
Enables injection of all available
MuleCoreExtension. |
| DataTypeConversionResolver |
Resolves a conversion from one data type to another returning a converter
Transformer that is able to convert the data. |
| MuleCoreExtension |
Allows Mule modules and transports to extend core functionality in an
application-independent fashion.
|
| Class | Description |
|---|---|
| AbstractAgent |
Implements common methods for all Agents.
|
| AbstractAnnotatedObject |
Base implementation for
AnnotatedObject |
| DefaultMessageCollection |
A
MuleMessage type that manages a collection of MuleMessage Objects. |
| DefaultMuleContext | |
| DefaultMuleEvent |
DefaultMuleEvent represents any data event occurring in the Mule environment. |
| DefaultMuleEventContext |
DefaultMuleEventContext is the context object for the current
request. |
| DefaultMuleMessage |
DefaultMuleMessage is a wrapper that contains a payload and properties
associated with the payload. |
| DefaultMuleMessage.SerializedDataHandler | |
| DynamicDataTypeConversionResolver |
Resolves data type conversion finding an appropriate converter that is able
to execute the required transformation.
|
| MessagePropertiesContext |
This object maintains a scoped map of properties.
|
| MuleServer |
MuleServer is a simple application that represents a local Mule
Server daemon. |
| NonBlockingVoidMuleEvent |
A
NonBlockingVoidMuleEvent represents a void return, but in contrast to VoidMuleEvent
while the return up the stack is void, an asynchronous response is expected. |
| OptimizedRequestContext | Deprecated
If access to MuleEvent or MuleMessage is required,
then implement a
MessageProcessor
or Callable instead |
| RequestContext | Deprecated
If access to MuleEvent or MuleMessage is required,
then implement a
MessageProcessor
or Callable instead |
| ResponseOutputStream |
ResponseOutputStream is an output stream associated with the
currently received event. |
| VoidMuleEvent |
A
VoidMuleEvent represents a void return from a MessageProcessor such as a ONE_WAY
OutboundEndpoint. |
| VoidResult |
| Enum | Description |
|---|---|
| MessageExchangePattern |
| Annotation Type | Description |
|---|---|
| MuleCoreExtensionDependency |
Indicates that an annotated method must be used to inject a
MuleCoreExtension dependency. |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.