Package org.nebulaframework.discovery.ws

Examples of org.nebulaframework.discovery.ws.ColombusManagerImpl


  /**
   * Creates Service EndPoint for Management Service
   */
  private static void startManagerService() {
   
    ColombusManagerImpl managerImpl = new ColombusManagerImpl();
    String address = "http://localhost:"+ port +"/Colombus/Manager";
    Endpoint.publish(address, managerImpl);
   
    log.debug("[Colombus Server] Published EndPoint : " + address);
  }
View Full Code Here

TOP

Related Classes of org.nebulaframework.discovery.ws.ColombusManagerImpl

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.