Skip to content

Instantly share code, notes, and snippets.

@samspeed
samspeed / DynamicFlowController.java
Last active February 5, 2018 21:24
Creating Dynamic Flows in Mule using Dataweave and Spring
package com.ricston.dynamicFlows;
import java.io.ByteArrayInputStream;
import java.nio.charset.StandardCharsets;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import org.apache.commons.io.IOUtils;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;