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