Package ipojo.example.hello

Examples of ipojo.example.hello.Hello.sayHello()


     */
    public void invokeHelloServices() {
        System.out.println(m_hello);
        Hello hello = m_hello;
        //for (Hello hello : m_hello) {
            System.out.println(hello.sayHello("Clement ") + hello);
        //}
    }

    /**
     * Starting.
 
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.