40414243444546
{ } public void setMuleContext(MuleContext muleContext) { this.plugin = new MuleIBeansPlugin(muleContext); }
51525354555657
setDisposeManagerPerSuite(true); } protected IBeansPlugin createPlugin() { return new MuleIBeansPlugin(muleContext); }
41424344454647
} public void setMuleContext(MuleContext context) { this.muleContext = context; this.plugin = new MuleIBeansPlugin(context); }