Package org.lestr.astenn.cxf

Examples of org.lestr.astenn.cxf.SOAPServer.start()


        PluginsManager.getSingleton().registerPlugin(IPlugin.class, RemotePlugin.class);
        PluginsManager.getSingleton().getConfiguration().getPermissionsManager().exposeLocalPlugin(IPlugin.class, RemotePlugin.class);

        SOAPServer server = new SOAPServer();
        server.setPort(8067);
        server.start();
       
    }// 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.