343536373839404142
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(); }