Package uk.gov.nationalarchives.pronom

Examples of uk.gov.nationalarchives.pronom.PronomService


   * @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);
    }
    // Load from resource path
View Full Code Here

TOP

Related Classes of uk.gov.nationalarchives.pronom.PronomService

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.