// Use the KamUtils class to do the work
org.openbel.framework.api.Kam objNewKamInstance;
objNewKamInstance = newInstance(objKam);
// Set up the response
GetNewInstanceResponse response = OBJECT_FACTORY
.createGetNewInstanceResponse();
response.setHandle(cacheDerivedKam(objNewKamInstance));
return response;
}