Package test

Examples of test.Echo.oneWay()


        assertEquals("world", result);
    }
   
    public void testProxyOneWay() throws Exception {
        Echo echo = (Echo) context.getBean("proxy");
        echo.oneWay("world");
    }
   
    protected AbstractXmlApplicationContext createBeanFactory() {
        return new ClassPathXmlApplicationContext("org/apache/servicemix/jsr181/spring.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.