Package org.servicemix.examples

Source Code of org.servicemix.examples.SpringAsyncPojoTest

package org.servicemix.examples;

import org.springframework.context.support.AbstractXmlApplicationContext;
import org.xbean.spring.context.ClassPathXmlApplicationContext;

/**
* @version $Revision: 657 $
*/
public class SpringAsyncPojoTest extends SpringTestSupport {

    protected AbstractXmlApplicationContext createBeanFactory() {
        return new ClassPathXmlApplicationContext("org/servicemix/examples/spring-async-pojo.xml");

    }
}
TOP

Related Classes of org.servicemix.examples.SpringAsyncPojoTest

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.