Package cxf.common

Examples of cxf.common.HelloWorld.greetMe()


        HelloWorldCORBAService ss = new HelloWorldCORBAService();
        HelloWorld port = ss.getHelloWorldCORBAPort();

        System.out.println("Invoking greetMe... ");
        java.lang.String greetMeoutparameter = port.greetMe("Hello There");
        System.out.println("greetMe.result=" + greetMeoutparameter);

        System.exit(0);
    }
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.