throw new RuntimeException(e);
}
}
public GetObjectsResponse process(GetObjectsRequest request) throws ServiceException {
GetObjectsResponse response = new GetObjectsResponse();
response.setObjects(new ArrayList<HObject>(objects.values()));
return response;
}