}
@Override
public Object read(Object req, Map kvp, Map rawKvp) throws Exception {
GetRepositoryItemType request = (GetRepositoryItemType) super.read(req, kvp, rawKvp);
if (request.getId() == null) {
throw new ServiceException(
"ID parameter not provided for GetRepositoryItemBean operation",
ServiceException.MISSING_PARAMETER_VALUE, "id");
}