Package com.chemspider.www

Examples of com.chemspider.www.MassSpecAPILocator


    LOG.finest("Create mass-spec API handle...");

    // Create API handles.
    final MassSpecAPISoap handle;
    try {
      handle = new MassSpecAPILocator().getMassSpecAPISoap();
    } catch (ServiceException e) {
      LOG.log(Level.WARNING,
          "Problem initializing ChemSpider Mass-Spec API", e);
      throw new IOException("Problem initializing ChemSpider API", e);
    }
View Full Code Here

TOP

Related Classes of com.chemspider.www.MassSpecAPILocator

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.