162163164165166167168169170171
// Get the real Kam from the KamCache final org.openbel.framework.api.Kam objKam = getKam( kamHandle, null); GetKamResponse response = OBJECT_FACTORY.createGetKamResponse(); response.setKam(convert(objKam.getKamInfo())); return response; }