Package org.ogce.gfac.registry.impl

Examples of org.ogce.gfac.registry.impl.XregistryServiceWrapper


      String registryURL = loadFromProperty(REGISTY_URL_NAME, true);
      String trustcerts = loadFromProperty(SSL_TRUSTED_CERTS_FILE, true);
      String hostcerts = loadFromProperty(SSL_HOSTCERTS_KEY_FILE, true);

      this.registryService = new XregistryServiceWrapper(registryURL, trustcerts, hostcerts);

    } catch (Exception e) {
      throw new GfacException("Error initialize the generic service", e);
    }
  }
View Full Code Here

TOP

Related Classes of org.ogce.gfac.registry.impl.XregistryServiceWrapper

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.