142143144145146147148149
wf.setMuleContext(muleContext); return wf; } catch (Exception e) { throw new UnsupportedWireFormatException(handshake.getWireFormatClass(), e); } }
139140141142143144145146