Package com.bhle.ingest.batch

Examples of com.bhle.ingest.batch.IngestException


    try {
      response = FedoraClient.ingest().content(message.getPayload())
          .format("info:fedora/fedora-system:METSFedoraExt-1.1")
          .execute(client);
    } catch (FedoraClientException e) {
      throw new IngestException(e);
    }
    return response.getPid();
  }
View Full Code Here

TOP

Related Classes of com.bhle.ingest.batch.IngestException

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.