Package ehistory.server.api.model.response

Examples of ehistory.server.api.model.response.GetMapResponse


        response.setObjects(new ArrayList<HObject>(objects.values()));
        return response;
    }

    public GetMapResponse process(GetMapRequest request) throws ServiceException {
        GetMapResponse response = new GetMapResponse();
        response.setObjects(new ArrayList<HObject>(objects.values()));
        return response;
    }
View Full Code Here

TOP

Related Classes of ehistory.server.api.model.response.GetMapResponse

Copyright © 2018 www.massapicom. 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.