Package org.lestr.astenn.remoteimplementation.api

Examples of org.lestr.astenn.remoteimplementation.api.IService.sayHello()


        ServiceLocator.getSingleton().setLocation(new URL("http://localhost:8080/implementation-1.0-SNAPSHOT/org.lestr.astenn.remoteimplementation.api.IService/org.lestr.astenn.remoteimplementation.implementation.Service"));

        IService service = ServiceLocator.getSingleton().getService();

        System.out.println(service.sayHello());

    }// END Method main


}// END Class Main
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.