234235236237238239240
protected void initVersion() { setProperty(VERSION, "1.1.0"); } public Response createResponse(HTTPResponse httpResponse) throws ServiceException, IOException { return new GetStylesResponse(httpResponse); }