6061626364656667
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean simpleInstantiateFromFactoryWithIntegerParameter() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
6667686970717273
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean staticInstantiateFromFactory() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
7273747576777879
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean staticInstantiateFromFactoryWithParameters() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
7879808182838485
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean staticInstantiateFromFactoryWithIntegerParameter() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
5253545556575859
// TODO } protected SimpleBean simpleSetFromStrings() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
5859606162636465
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customSetExplicit() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
6465666768697071
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customSetFromSignature() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
7071727374757677
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean customSetPreInstantiated() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
7677787980818283
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean setWithValueTypeOverride() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }
8283848586878889
return (SimpleBean) util.getBean("SimpleBean"); } protected SimpleBean setNotASet() throws Throwable { XMLUtil util = bootstrapXML(true); return (SimpleBean) util.getBean("SimpleBean"); }