Package org.lestr.astenn.remoteimplementation.api

Examples of org.lestr.astenn.remoteimplementation.api.IService


    public static void main(String... args) throws MalformedURLException {

        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
View Full Code Here

TOP

Related Classes of org.lestr.astenn.remoteimplementation.api.IService

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.