Package org.springframework.context.support

Examples of org.springframework.context.support.AbstractXmlApplicationContext.destroy()


        Invoker invoker = (Invoker) applicationContext.getBean("invokerProxy");
        String response = invoker.invoke(new Bean.SubClass());
        assertEquals("Hello from Sub" , response);

        camelContext.stop();
        applicationContext.destroy();
    }

    protected AbstractXmlApplicationContext createApplicationContext() {
        return new ClassPathXmlApplicationContext("org/apache/camel/spring/remoting/beanConverter.xml");
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.