Examples of PronomService_Service


Examples of uk.gov.nationalarchives.pronom.PronomService_Service

  /**
   * @return
   */
  public static SigFile getLatestSigFile() {
    try {
      PronomService_Service pss = new PronomService_Service();
      PronomService pronomService = pss.getPronomServiceSoap();
      return pronomService.getSignatureFileV1();
    } catch ( Exception e ) {
      log.warning("Could not download the latest DROID Signature File. Using an embedded one instead.");
      log.warning("Exception was "+e);
    }
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.