container.getPlugin(factory);
// Release the plugins, this should cause the plugins release method
// to be called and then the plugin should be removed from the
// container.
container.releasePlugins();
// Get them again.
container.getPlugin(factory);
}
}