| Interface | Description |
|---|---|
| OutputHandler |
The OutputHandler is a strategy class that is used to defer the writing of the message payload until there is a stream
available to write it to.
|
| SessionHandler |
An interface used for reading and writing session information to and from the current message.
|
| Class | Description |
|---|---|
| BaseAttributes |
Basic attributes implementation that defines a generic
BaseAttributes.toString() method. |
| DefaultEventBuilder | |
| DefaultEventBuilder.EventImplementation |
EventImplementation represents any data event occurring in the Mule environment. |
| DefaultMultiPartPayload |
Represents a payload of a
Message composed of many different parts. |
| ErrorBuilder |
Builder for
Error instances. |
| ErrorTypeBuilder |
Builder for
ErrorType. |
| ExceptionMessage |
ExceptionMessage is used by the DefaultServiceExceptionStrategy for wrapping an exception with a message to send
via an endpointUri. |
| GroupCorrelation |
Immutable container for correlation properties relative to a
Message. |
| PartAttributes |
Representation of metadata associated to a part in a
MultiPartPayload. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.