ContainerFactory.getDefault().createContainer("foocontainer",new Object { "hello" });
@param description the ContainerTypeDescription associated with the registered container provider implementation @param parameters parameters specified by the caller. May be null if no parameters are passed in by caller to ContainerFactory.getDefault().createContainer(...) @return IContainer instance. The provider implementation must return avalid object implementing IContainer OR throw a ContainerCreateException. Null will not be returned. @throws ContainerCreateException
|
|