See: Description
| Interface | Description |
|---|---|
| Converter |
Defines a
Transformer that is a data type converters, ie: convert
data from a type to another without modifying the meaning of the data. |
| DataType<T> |
Defines a Java type associated with additional information about the data.
|
| DiscoverableTransformer |
A interface to denote that a transformer is discoverable.
|
| MessageTransformer |
A transformer intended to transform Mule messages rather than arbitrary objects
|
| Transformer |
Transformer can be chained together to covert message payloads
from one object type to another. |
| Exception | Description |
|---|---|
| TransformerException |
TransformerException is a simple exception that is thrown by
transformers. |
| TransformerMessagingException |
An exception that occurred while transforming a message.
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.