530531532533534535536537538539540
} public static Transformer getTestTransformer() throws Exception { final Transformer t = new TestCompressionTransformer(); t.initialise(); return t; } public static MuleSession getTestSession(FlowConstruct flowConstruct, MuleContext context) {
542543544545546547548549550551552