Examples of MapDataResponse


Examples of org.openbel.framework.ws.model.MapDataResponse

        } catch (KAMStoreException e) {
            throw new RequestException("Error mapping data", e);
        }

        KamInfo kamInfo = kam.getKamInfo();
        final MapDataResponse res = OBJECT_FACTORY.createMapDataResponse();
        for (org.openbel.framework.api.Kam.KamNode kn : nodes) {
            res.getKamNodes().add(Converter.convert(kamInfo, kn));
        }

        return res;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.