eprXML = URLDecoder.decode(eprXML, "UTF-8");
epr = EPRHelper.fromXMLString(eprXML);
eprs.add(epr);
} catch (UnsupportedEncodingException ue) {
logger.error(ue.getMessage(), ue);
throw new UnmarshalException(ue.getMessage(), ue);
}
}
}
} catch (JAXRException je) {
throw new RegistryException(je.getLocalizedMessage(), je);