public class SplitPayloadUtils extends Object
| Constructor and Description |
|---|
SplitPayloadUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
split(org.mule.runtime.api.el.ExpressionLanguage expressionLanguage,
org.mule.runtime.api.metadata.TypedValue<?> payload)
Splits a payload handling its media type and the needed expressions automatically.
|
public static Iterator<org.mule.runtime.api.metadata.TypedValue<?>> split(org.mule.runtime.api.el.ExpressionLanguage expressionLanguage, org.mule.runtime.api.metadata.TypedValue<?> payload)
expressionLanguage - The instance of the expression language to use.payload - The payload to split.Copyright © 2022. All rights reserved.