Package org.nebulaframework.discovery.ws

Examples of org.nebulaframework.discovery.ws.ColombusDiscoveryImpl


  /**
   * Creates the Service EndPoint for Discovery Service.
   */
  private static void startDiscoveryService() {
   
    ColombusDiscoveryImpl discoveryImpl = new ColombusDiscoveryImpl();
    String address = "http://localhost:"+ port +"/Colombus/Discovery";
    Endpoint.publish(address, discoveryImpl);
   
    log.debug("[Colombus Server] Published EndPoint : " + address);
  }
View Full Code Here

TOP

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

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.