| Package | Description |
|---|---|
| org.mule.api.transformer |
Contains the interfaces for transformers and exceptions for the Transformer API.
|
| org.mule.transformer |
Provides the default transformer base implementations for Mule including compression and encryption support.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
MessageTransformer.transform(Object src,
MuleEvent event)
Thransforms the supplied data and returns the result
|
Object |
MessageTransformer.transform(Object src,
String encoding,
MuleEvent event)
Thransforms the supplied data and returns the result
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractMessageTransformer.checkReturnClass(Object object,
MuleEvent event)
Check if the return class is supported by this transformer
|
Object |
AbstractMessageTransformer.transform(Object src,
MuleEvent event) |
Object |
AbstractMessageTransformer.transform(Object src,
String enc,
MuleEvent event) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.