Package cxf.common

Examples of cxf.common.HelloWorld


    }

    public static void main(String args[]) throws Exception {

        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

Related Classes of cxf.common.HelloWorld

Copyright © 2018 www.massapicom. 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.