77787980818283
/** * @return the HTTP method to invoke */ public HttpMethod getMethod() throws HttpException, MalformedURLException { return new UrlPutMethod(getUrl()); }