| Package | Description |
|---|---|
| org.mule.runtime.core | |
| org.mule.runtime.core.api |
| Modifier and Type | Method and Description |
|---|---|
TransformationService |
DefaultMuleContext.getTransformationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContext.setTransformationService(TransformationService transformationService) |
| Modifier and Type | Method and Description |
|---|---|
TransformationService |
MuleContext.getTransformationService()
Gets application wide instance of
TransformationService used for applying
Transformer's to a Message and for obtaining different representations
of the message payload. |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleContext.setTransformationService(TransformationService transformationService)
Sets application wide instance of
TransformationService |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.